Showing posts with label reserved keywords. Show all posts
Showing posts with label reserved keywords. Show all posts

Saturday, April 7, 2018

JavaScript - Reserved Keywrods

Saturday morning. Temperatures outside are near freezing and there's a chance of snow. I'm enjoying cinnamon coffee and an introductory course in JavaScript and jQuery.



Reserved words in JavaScript

Question: What reserved words are there in JavaScript?

Answer: Reserved words of the JavaScript language are listed below. (Some of these words are actually used in the Java language, and are reserved in JavaScript for compatibility purposes or as possible extensions.)

When choosing names for your JavaScript variables, avoid these reserved words!


abstract  else  instanceof  super  
boolean  enum  int  switch  
break  export  interface  synchronized  
byte  extends  let  this  
case  false  long  throw  
catch  final  native  throws  
char  finally  new  transient  
class  float  null  true  
const  for  package  try  
continue  function  private  typeof  
debugger  goto  protected  var  
default  if  public  void  
delete  implements  return  volatile  
do  import  short  while  
double  in  static  with 

SQL

I've hit a wall in my SQL studies via the Khan Academy, and as such, I am engaging in additional studies prior to attempting to move for...