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

What Is The Javascript >>> Operator Used For?

What does the JavaScript >>> operator do? For example, alert(1 >>> 2). How do we … Read more What Is The Javascript >>> Operator Used For?

Javascript Equal Operations Anomalies

I'm working on a lecture about hard to understand JavaScript code and of course on of the weak … Read more Javascript Equal Operations Anomalies

What Does While (i --> 0) Mean?

I apologize if this a stupid question, but I cannot find the answer anywhere. How does the followin… Read more What Does While (i --> 0) Mean?

What Does While (i --> 0) Mean?

I apologize if this a stupid question, but I cannot find the answer anywhere. How does the followin… Read more What Does While (i --> 0) Mean?

Increment A Number By Prefix And Postfix Operator

By mistake, I wrote: ++number++; and got this: Uncaught ReferenceError: Invalid left-hand side exp… Read more Increment A Number By Prefix And Postfix Operator