--- theme : "night" transition: "slide" highlightTheme: "monokai" logoImg: "logo.png" slideNumber: false title: "JavaScript-Reintroduction" --- ::: block Introduction to JavaScript with Node.js {style=font-size:3em;text-align:center;} ::: --- ### Overview | Lessons | Type | |-------------|:-----------:| | [History of JavaScript](https://medium.com/javascript-in-plain-english/a-brief-history-of-javascript-9289a4d344d2) | Article | | [Learning Terminal, NVM, Git & Node.js](https://medium.com/swlh/terminal-basics-and-installing-nvm-node-js-631cf9476ac4) | Article / Activity | | JavaScript Datatypes | Code Along | | Types of Functions | Code Along | | Logging Datatypes | Project | | War Game? | Project | -- ### Learning Objectives (Remember & Understand) 1. Define what **variables** means -- ### Learning Objectives (Apply & Analyze) 1. Demonstrate how to -- ### Learning Objectives (Apply & Analyze) 1. Evaluate the code & Predict the output