Powerful SVG-Editor for your browser. Contribute to SVG-Edit/svgedit development by creating an account on GitHub. (more…)
Read more »
A Lisp-to-Javascript compiler bootstrapped from Common Lisp - jscl-project/jscl... (more…)
Read more »
A lot of the modern web apps have moved from older JavaScript solutions like jQuery to newer technologies. People are often drawn towards using React.js, Vue & Angular thanks to the benefits of isomorphic (or universal) rendering and the... (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 »
Master 'this' by learning exactly how its rules work in JavaScript. Eliminate the cloud of uncertainty surrounding this keyword. Learn exactly how 'this' is determined, how to predict what it will be before you run your code, and how to leverage its uses. (more…)
Read more »