Home > Frontend Engineering and Javascript > Javascript Fundamentals > Initializing Variables and Basic Math Operations Show previous contentLet's test your knowledge. Is this statement true or false?Is the following code snippet a valid way to declare a variable in JavaScript?JAVASCRIPT1var 12num = 12;Press true if you believe the statement is correct, or false otherwise.TRUEFALSE Show following content