Skip to content

Commit 39274a2

Browse files
committed
Merge branch 'coursework/sprint-1' of https://github.com/djebsoft/Module-Structuring-and-Testing-Data into coursework/sprint-1
2 parents 3f4904a + e8a1bf4 commit 39274a2

File tree

1 file changed

+1
-1
lines changed
  • Sprint-1/2-mandatory-errors

1 file changed

+1
-1
lines changed

Sprint-1/2-mandatory-errors/1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// trying to create an age variable and then reassign the value by 1
22

3-
let age = 33; // we should use the keyword 'let' to declare the variable 'age' to allow reassignment later
3+
let age = 33; // we should use the keyword 'let' to declare the variable 'age' to allow reassignment later
44
age = age + 1;

0 commit comments

Comments
 (0)