Skip to content

Commit c1466eb

Browse files
committed
another console log
1 parent 1a036f5 commit c1466eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ If/else statements = Evaluates (or checks) a condition. If the condition is true
3030
*/
3131

3232
console.log('test');
33+
console.log('anotherTest');
34+
3335
/*
3436
* #2
3537
* Function - login

0 commit comments

Comments
 (0)