Reserved Keywords In JavaScript

What are Reserved Keywords?

 
Reserved Keywords are the  Keywords which has fixed meaning that can not be changed, these keywords are used in JavaScript for a specific purpose, these keywords can not be used as variable, method, or function name.
 
following is the list of JavaScript Keywords that are used for various purposes in JavaScript programming.
 
reserved_keywords
 

Summary

 
I hope this small blog is useful for all readers, if you have any suggestion then please contact me.