I was working on a problem on Codewars.com and I stumbled upon an interesting solution on StackOverflow. Someone was asking how to reverse an array WITHOUT using .reverse(). Here is one solution someone wrote: let reverse=a=>[...a].map(a.pop,a) I... (more…)
Read more »
Checkboxland is a JavaScript library I recently built for rendering text, animations, and pretty much anything, using only HTML checkboxes. (more…)
Read more »
A testing framework for Camunda. Contribute to vivekg13186/cucumber-camunda-js development by creating an account on GitHub. (more…)
Read more »
AppAuth-JS - JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers. (more…)
Read more »