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 [2020/03/03 12:32]
kalenpw [Install nodejs]
— (current)
Line 1: Line 1:
-====== JavaScript ====== 
- 
-  * [[ . javascript : mutating data | Mutating Data ]] 
-  * [[ .javascript : react | React ]] 
- 
----- 
-===== 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> 
-