Contribute to ivision-research/burpscript development by creating an account on GitHub. (more…)
Read more »
In this post, I go over the iterable and iterator protocols and show some examples of making your own objects iterable so that they can be used with the for...of loop or the spread operator. (more…)
Read more »
A rugged, minimal framework for composing JavaScript behavior in your markup. - alpinejs/alpine... (more…)
Read more »
We are going to walk through the JavaScript map function, and Iβll explain how it works in a simple way. Later in the article, we will do a deep dive into some more advanced concepts regarding the map function and its uses. Map Function Syntax From Mozill... (more…)
Read more »
Recently, we have seen an uptick of JavaScript tools being written in languages other than JavaScript. This blog post lists a few examples and explains the appeal of not using JavaScript. (more…)
Read more »