Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
development:javascript:start [2020/10/19 19:19]
kalenpw
development:javascript:start [2021/07/07 09:36] (current)
kalenpw
Line 1: Line 1:
 ====== JavaScript ====== ====== JavaScript ======
-  * [[ . nodejs NodeJS ]]+  * [[ . asynchronous Asynchronous ]]
   * [[ . looping | Looping ]]   * [[ . looping | Looping ]]
   * [[ . mutating data | Mutating Data ]]   * [[ . mutating data | Mutating Data ]]
 +  * [[ . nodejs | NodeJS ]]
   * [[ . react | React ]]   * [[ . react | React ]]
- +  * [[ . vue | Vue ]]
----- +
-===== Install nodejs ===== +
-<code bash> +
-# via package manager, will install outdated version +
-sudo apt install node-js +
-# install n globally +
-sudo npm install n -g +
-# update to stable node version +
-sudo n stable +
-</code>+