reorganizing some more
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
let firstname = "Maria";
|
||||
firstname = "Jacky";
|
||||
|
||||
let nr1 = 12;
|
||||
var nr2 = 8;
|
||||
const pi = 3.14159;
|
||||
|
||||
// throws a TypeError
|
||||
const someConstant = 3;
|
||||
someConstant = 4;
|
||||
Reference in New Issue
Block a user