JavaScript

Learning the Basics - JavaScript and NodeJS (Part 1)

Learning the Basics – JavaScript and NodeJS (Part 1)

How to run a node program: Install Node Navigate to folder containing the file to run Run application by using node filename.js node app.js Object Literals: Object Literal are name/value pairs separated by commas and surrounded by curly braces. Note that in JavaScript, any function can be added to an object in the form of a property.   This is… Read more →