Master Javascript : The JavaScript Tree ๐
The JavaScript Tree ๐
Jul 26, 20243 min read

Search for a command to run...
The JavaScript Tree ๐

INSTALLATION https://docs.google.com/document/d/1RSgg6R0tbNiuN1TOYaP06dqG6YRgDJ4qJNoxkwcDdlg/edit?usp=sharing How do I go about installing MySQL? Link to Windows installation. To install the MySQL Shell, add the option of MySql Shell the same way t...

// Person: { // name: string, // age: number, // } to represent the 'shape' of a Person. When you have functions like the following, you can use the shorthand to write the type of the input and output. function getName(person) { return person.na...
