Skip to content

Commit 0110d4a

Browse files
Kevin GuoKevin Guo
authored andcommitted
test
1 parent 7964b9c commit 0110d4a

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
@@ -29,6 +29,8 @@ 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+
console.log("another test");
33+
3234
function canVote(age){
3335
if (age >= 18){
3436
return age;

0 commit comments

Comments
 (0)