Skip to content

Commit 1a036f5

Browse files
committed
add console log
1 parent 7e3b11a commit 1a036f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If/else statements = Evaluates (or checks) a condition. If the condition is true
2929
* The function will return true if the number passed into the function is equal to or greater than Hawaii's voting age. Console.log your result.
3030
*/
3131

32-
32+
console.log('test');
3333
/*
3434
* #2
3535
* Function - login

0 commit comments

Comments
 (0)