News

Well suited for airdrops and similar mechanisms in combination with OpenZeppelin Contracts MerkleProof utilities. Get the values to include in the tree. (Note: Consider reading them from a file.) ...
Functions that are non-destructive and avoid any other “side-effects” are said to be “pure functions.” We can use forEach in this way, but the Array.map() function is specifically designed ...
If a return value is not required from the function, and the array created by Array.prototype.map() is not used, then go with the Array.prototype.forEach() function. The latter doesn’t return any ...
We’ve seen numerous server-side approaches and they always seem to obfuscate the powerful trio of HTML, JavaScript, and CSS, which continues to win out in the end. Maybe this time will be different.
Use the RANDARRAY() dynamic array function to return random names or other text in Microsoft Excel.
A method that executes a function once for every element in the array and returns undefined. There is no early termination during the iteration, instead use .find(), .some(), .every(), .findIndex() to ...
SORT()’s array argument is the entire FILTER() function. The sort_index value of 2 sorts by the Value column, the second column in array. The sort_index value is -1, which applies a descending sort.