Skip to content

Commit

Permalink
Line - 108 Hello World
Browse files Browse the repository at this point in the history
My First String - Hello World instead of Hello Wold
  • Loading branch information
hnkgarcia authored Jul 16, 2024
1 parent c84b92b commit 6c638e7
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 6c638e7

Please sign in to comment.