Answers for "do variables need to be initialized in js?"

0

do variables need to be initialized in js?

Yes. Always declare or initialize your variable before using it in 
Javascript.
Posted by: Guest on February-25-2021

Code answers related to "do variables need to be initialized in js?"

Code answers related to "Javascript"

Browse Popular Code Answers by Language