Arrays in JavaScript are very commonly used DataStructure. It can be very handy to know your way around Arrays. Here are different ways to create Arrays. (more…)
Read more »
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 »
Build PowerPoint presentations with JavaScript. Works with Node, React, web browsers, and more. - gitbrent/PptxGenJS... (more…)
Read more »
The are two big holy war questions about code style in JavaScript: tabs vs. spaces and semicolons vs. no semicolons. Can we all just adopt the most popular style if there is one, and stop arguing?
Read more »
Transforms any dumb Javascript data array into a smart collection you can search, filter, sort, paginate. (more…)
Read more »