Use console.log() to output the result. console.log(mnjs.abs(-3.6)); // 3.6 acos Inverse cosine (in radians) function: acos(num) acos.rad Inverse cosine (in radians) function: acos.rad(num) acos.deg ...
The Quill Mention module used the Number.isNan function which is not supported in IE11. This issue does not break mention functionality, but mention dropdown options will not be highlighted on mouse ...
Last week we enhanced a map interface with voice commands using annyang. This week we’ll extend our multi-modal interface even further by adding simple head-tracking using pico.js. Pico.js is a ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful! Last week, I casually dropped the term “higher-order function” ...