Nice reminder. Arrow functions (also called “fat arrow functions”) are undoubtedly one of the more popular features of ES6. They introduced a new way of… Sorgente: When (and why) you should use ES6 arrow functions — and when you shouldn’t
Category: Javascript
Javascript
Adding Snap.svg to Vue.js and Nuxt.js Projects
Adding Snap.svg to Vue.js and Nuxt.js Projects | James Scheller
Eiffel, Javascript
Top 10 JavaScript errors from 1000+ projects (and how to avoid them)
From Top 10 JavaScript errors from 1000+ projects (and how to avoid them) Most of them are caught at compile time by strongly-typed languages. Who said Eiffel? Oh, how I want not to be so busy with other issues…. 🙁
Documentations, Eiffel, Javascript
Sheer, pure evil
JavaScript: Can (a==1 && a==2 && a==3) ever evaluate to true? Yes, it can. Understand how in this article! That’s pure sheer evil, in my humble opinion as it tricks most people. Eiffel forbids this evilness, but I shall explain it better.
Fun, HTML, Javascript, Software Libero
OpenSC2K
OpenSC2K OpenSC2K – An Open Source remake of SimCity 2000 written in JavaScript using HTML5 Canvas API, SQLite and built on Electron.
Link
Link
Android, HTML, Javascript, Smartphones, Software Libero, Web
The Ultimate Guide to Progressive Web Applications – DZone Web Dev
Javascript, Web
Raphael.js or Kinetic?
The biggest difference between RaphaelJS and KineticJS is that RaphaelJS uses SVG and KineticJS uses HTML5 Canvas for visualization. So it really depends on what kind of project you are doing. Here are some useful links which you should check out regarding SVG vs Canvas: Thoughts on when to use Canvas and SVG (also describes…