Code
Advanced JavaScript Notation
Forword The following javascript examples and notation demonstrate a few alternatives to well known methods for common tasks. Advanced Notation Tilde Operator The tilde operator ~ literally equates to -(n+1). For example: Large Denary Numbers Large denary numbers can be represented in short hand notation using the e operator. For Read more…