Class Schedules
Official Website
MigraCode Syllabus
How to teach tech
Search…
Welcome to the MigraCode Volunteer Guide
General information
About MigraCode
Working with our students
Volunteering types
Coding Course
Class Information
Class Example
Teaching instructions
Introduction
HTML/CSS
JavaScript I
1 - Hello Javascript
2 - Expressions and loops
3 - Arrays and callbacks
Javascript II
Javascript III
React
NodeJS
Databases
Professional Skills
Basic Computer Literacy Course
Teaching instructions
Useful Links
Class Schedules
Official Website
MigraCode Syllabus
How to teach tech
Powered By
GitBook
JavaScript I
Module Introduction
This is the first student contact with a development language
In this first module, we use Javascript without a browser, executing .js files from the command line using node.
Check that you have successfully installed NodeJS by ensuring that the following command returns returns a version number e.g. "v13.8.0"
node -v
Lessons
1 - Hello Javascript
2 - Expressions and loops
3 - Arrays and callbacks
​
Previous
3 - Bootstrap
Next
1 - Hello Javascript
Last modified
1yr ago
Export as PDF
Copy link
Contents
Module Introduction
Lessons