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

Javascript Bang "!" Functions Vs Leading Semi-colon ";" Iifes

Airbnd suggests I do this: !function() { // ... }(); Because: This ensures that if a malformed … Read more Javascript Bang "!" Functions Vs Leading Semi-colon ";" Iifes

How Do I Merge Consecutive Numbers In A Sorted List Of Numbers?

I want to concatenate a sequence of numbers in a readable string. Consecutive numbers should be mer… Read more How Do I Merge Consecutive Numbers In A Sorted List Of Numbers?

What Is The Usage Of Adding An Empty String In A Javascript Statement

I see an empty string ('' or '') used in many JavaScript statements but not sure wh… Read more What Is The Usage Of Adding An Empty String In A Javascript Statement