Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Reading material for your first JavaScript lesson:

In week one we will discuss the following topics:
• The first part of the day Unmesh will talk about CLI (Command Line Interface)
• Intro JavaScript (What is it, where can you use it for)
• Variables [var, let, const]
• Basic Data types [Strings, Numbers, Arrays, Booleans]
• Operators

How to get started

  1. Download and install the latest Current version of NodeJS - from https://nodejs.org/en/download/current/ To test that it was installed and running properly, go to your terminal and run the command: node -v You should get the node version printed on your terminal, for example, v8.8.0
  2. Although you are free to make you own choice of text/code editor to use during class and homework, we have good experiences with Microsoft's free VSCode editor, which is supported on Windows, Mac and Linux. Please refer to our VSCode Tips for more information.

Here are resources that we like you to read as a preparation for the coming lecture:

Please watch the following parts of the course, Programming Foundations Fundamentals on Lynda.com (if you don't have access to Lynda yet ask Gijs):

Only watch the below chapters:

  1. Introduction
  2. Programming Basics
  3. Core Programming Syntax
  4. Variables and Data Types

⭐ You can also already go through the review of the upcoming lecture.

Please go through the material and come to class prepared!