Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
| function myFunc1() { | |
| console.log(this.myProp) | |
| } | |
| function myFunc2() {} | |
| const _p = {} | |
| /** | |
| * bind an array of functions to this | |
| * WARNING: only works with named functions | |
| * @param {object} instance pass the instance this |