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

What The Syntax In Javascript?

How arguments list should be read ? What the syntax in arguments list - the one like object definit… Read more What The Syntax In Javascript?

How To Use Extended Js Syntax Available In New Browsers

I want to write a JavaScript function which uses new syntax (bigint literal 42n) when browser suppo… Read more How To Use Extended Js Syntax Available In New Browsers

+ Operator Before Expression In Javascript: What Does It Do?

I was perusing the underscore.js library and I found something I haven't come across before: if… Read more + Operator Before Expression In Javascript: What Does It Do?

Interesting Error Based On Automatic Semicolon Insertion Js Rules. Explanation Required

Today I wrote code for some programming contest. When I run it I was surprised because of error. Ca… Read more Interesting Error Based On Automatic Semicolon Insertion Js Rules. Explanation Required

What Determines If A Javascript Function Is A Named Anonymous Function Versus A, Um, Regular Function?

Reading 'A re-introduction to JavaScript' I noticed something interesting about functions: … Read more What Determines If A Javascript Function Is A Named Anonymous Function Versus A, Um, Regular Function?

Switch Statement, It Does Not Work With Prompt

I just learned switch statements. I was practicing it by building something. When i set the value o… Read more Switch Statement, It Does Not Work With Prompt