Technical requirementsTypes of variables used in JavaScriptNumerical valuesBoolean valuesCharacter stringsArraysObjectsRunning a JavaScript programRunning a JavaScript program in a browserRunning a JavaScript program on a Node.js serverDifferences between JavaScript code written for the browser and the serverDeclaring variables in JavaScriptUsing the const keywordUsing the var keywordUsing the let keywordWhat if we don’t use var or let to define a variable?What is an uninitialized variable worth?Writing conditions for conditional testsForms of writing instructionsExpressions used to write conditionsNested test suitesCreating processing loopsLoops with while()Loops with for()Using functionsFunction displaying the list of the first 10 integersFunction calculating the sum of the first 10 integersFunction calculating the sum of the first N integersSummary