diff --git a/index.js b/index.js index 73f240372..dcf2d40c5 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ //Task a: declare a variable called votingAge, console log true if age > 18 (no function required) - +const votingAge(18) //Task b: declare a variable and then use a conditional to change the value of that variable based on the value assigned to a second variable (no function required)