Skip to content

Commit 0403c1d

Browse files
author
Dronca Raul
committed
Little Change
1 parent 174d55c commit 0403c1d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

JavaScript/04_Variables(2).js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ var tuna = 20; // Number
55
var tuna = "text in here"; // String
66

77
var tuna = true; // or false are known as: Booleans
8+
9+
document.write(tuna);

0 commit comments

Comments
 (0)