Skip to content Skip to sidebar Skip to footer
Showing posts with the label Keyword

Determine If A Word Is A Reserved Javascript Identifier

Is it possible in Javascript to determine if a certain string is a reserved language keyword such a… Read more Determine If A Word Is A Reserved Javascript Identifier

Why 'NaN' And 'Undefined' Are Not Reserved Keywords In JavaScript?

We can do: NaN = 'foo' as well as undefined = 'foo' Why are they not reserved key… Read more Why 'NaN' And 'Undefined' Are Not Reserved Keywords In JavaScript?