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 7964b9c commit 0110d4aCopy full SHA for 0110d4a
exercises.js
@@ -29,6 +29,8 @@ If/else statements = Evaluates (or checks) a condition. If the condition is true
29
* 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.
30
*/
31
32
+console.log("another test");
33
+
34
function canVote(age){
35
if (age >= 18){
36
return age;
0 commit comments