Advertisement
728x90
No, you cannot use the reserved words as variables, labels, object or function names. Let's see one simple example,
javascript
1var else = "hello"; // Uncaught SyntaxError: Unexpected token elseAdvertisement
Responsive Ad
🎯 Practice NowRelated Challenge
JavaScript Coding Exercise 81
Test your knowledge with this interactive coding challenge.
Start CodingAdvertisement
728x90
166of476