Jessica Reuter Castrogiovanni Archives

How to Manage Multiple Values with Javascript Arrays

A Javascript array is a type of variable that holds multiple valid Javascript values. There is no...

Converting JSON into Javascript Objects with JSON.parse()

JSON parsing is the process of converting a JSON object in text format to a Javascript object...

Creating Reusable Behaviors with Javascript Functions

Javascript functions are an important part of the Javascript standard. They allow you to create reusable blocks...

Modeling Data inside Javascript with JSON

JSON (Javascript Object Notation) is a human-readable data format that you can create in a simple text...

Executing Instructions Based on Fixed Values with Javascript Switch Statements

Javascript switch statements are a form of control statement similar to if-else statements. They determine whether an...

Javascript Basics Tutorial

The Javascript standard is extensive — more than 1,100 printed pages — so it is far beyond...