What are the top javascript franeworks for mobile app development? Javascript mobile app framework. Best Javascript framework for mobile… (more…)
Read more »
How to accurately measure the performance of your JavaScript application using the browser's Performance APIs (now, mark and measure). (more…)
Read more »
Lots of people treat the ternary operator with suspicion. At first glance, ternaries appear unnecessary. Nothing more than a tool for the overly clever to trim some characters from their code. A favourite hack for coders who don’t care about readability. ... (more…)
Read more »
Functional programming is a paradigm that results in cleaner and more concise code, that is easier to maintain, and reduces hard to find… (more…)
Read more »
To create whitestorm.js app you should make a basic HTML document with html, head and body tags. Next step is to include Whitestorm.js to the document and main app script file. You can do it simply using script tag. (more…)
Read more »