We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a036f5 commit c1466ebCopy full SHA for c1466eb
exercises.js
@@ -30,6 +30,8 @@ If/else statements = Evaluates (or checks) a condition. If the condition is true
30
*/
31
32
console.log('test');
33
+console.log('anotherTest');
34
+
35
/*
36
* #2
37
* Function - login
0 commit comments