Skip to content

CGMSP/Node-Curriculum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node-Curriculum

CGMSP curriculum for node.js

What will we accomplish?:

By the end of this, you will have made a program that spams kahoot.it with bots.

print to the terminal

console.log is literally print

Example

console.log("wow, a string");

variables:

literally type var = and than your variable. Data types exist. See the python curriculum or some other js toutorial for more on data types

Example:

var str_var = "this variable contains a string";
console.log(str_var);

Releases

No releases published

Packages

No packages published