Wednesday 9 November 2016

Keywords in Java Script

Keywords are the reserved words that cannot be used as variable names in our code that means keywords are the special words that are reserved and were designed at the time of development of language.
Some of the keywords in Java Script are as follows:
abstract
boolean
 byte
char
class
const
debugger
double
enum
export
extends
final
float
goto
implements
import
int
interface
long
native
package
private
protected
 public
short
static
super
synchronized
throws
transient
volatile



No comments:

Post a Comment