Those guides are applicable to every Nord 2 model:
- DN2101/IND
- DN2103/EEA
- DN2103/EEA PAC-MAN Edition
| 'use strict' | |
| const assert = function(bool, msg) {if (!bool) throw new Error(msg)} | |
| let dominance = true | |
| assert(dominance, 'dominance not asserted') | |
| //I'm so based that I purposefully ignored `console.assert` | |
| console.log('dominance successfully asserted lol') | |
| dominance = false //dominance doesn't last forever |