Answer: if it is in JS then its
var age = 17 ;
(or what ever your age is)
console.log (age);
Explanation: var is short for variable and when you use it what ever you make the name you can use when ever in your code the console.log is to make the output the question is requesting