Skip to content

Commit

Permalink
Merge pull request #2398 from hnkgarcia/patch-1
Browse files Browse the repository at this point in the history
Line - 108  Hello World
  • Loading branch information
Lorenagubaira authored Aug 12, 2024
2 parents ec55b19 + 6c638e7 commit 8405c9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var myFirstBoolean = true;//Boolean
var myFirstInteger = 35;//Number
var myFirstFloat = 2323.4545; //Number (with decimals)

var myFirstString = 'Hello Wold'; //String
var myFirstString = 'Hello World'; //String
var myFirstObject = {'name' : 'Ramon', 'Age': 32}; //Object with 2 properties
var myFirstArray = [23,'Hello',8.54,null,544]; //Array of 5 items
var myFirstNull = null;//Null
Expand Down

0 comments on commit 8405c9f

Please sign in to comment.