Dead code elimination is a process wherein code that is not used is excluded from the code that is executed. In many compile time languages this is a much easier process since a compiler can easily determine the code that is used. However in javascri... (more…)
Read more »
Reading and writing layout properties are scary things to do in front end JavaScript, if you care at all about performance. Bad words like… (more…)
Read more »
Version 3.0 includes major new features including the Venn chart type, RTL (Right-to-left) language support, advanced highlight and selection and much more. New interactivity and event features provide seamless data highlighting and UI interactions. The J... (more…)
Read more »
Javascript Essentials in 8 Chapters !! The easiest and fastest way to get around Javascript. (more…)
Read more »
Previous message: Rationale for why ECMAScript converts primitive values to numbers in == operator comparisons when one is boolean...
Read more »