Reserved words in JavaScriptQuestion: 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!
|
In February of 2018, I was denied admission to a Ph.D. program in Linguistics. As I was navigating the application process, I simultaneously revisited a dormant interest in computer science. In March I enrolled in a certified Computer Science class via HarvardX, which I completed four months later. I am at the beginning of a new phase in my life-long learning process and look forward to that which the future will inevitably deliver.
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.
Subscribe to:
Posts (Atom)
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...
-
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...
-
ProcessingJS Shapes rect(x, y, w, h) ellipse(x, y, w, h) triangle(x1, y1, x2, y2, x3, y3) line(x1, y1, x2, y2...
