JavaScript: Combine Two Arrays and Return Unique ValuesAs a JavaScript developer, it’s pretty common to be asked — whether in an interview question or in an effort to manage data — to merge two…Apr 14, 20212Apr 14, 20212
Published inGeek CultureJavaScript: Comparing Map() and forEach() Array MethodsTwo array methods that can be easily mixed up are map() and forEach(). Keeping track of the differences between the two can be a little…Mar 31, 2021Mar 31, 2021
JavaScript: Working With ConditionalsShould you use if-else, switch, or a lookup table?Mar 11, 20211Mar 11, 20211
Creating JavaScript arrays using literals and constructorsOr, how to create an array that does what you expectMar 9, 2021Mar 9, 2021
Why it’s important to comment your codeI’ve recently heard a few people saying that it’s bad form to comment your code — that it makes your code dirty and cluttered, and that it…Dec 24, 20171Dec 24, 20171
Using scripts to automate Illustrator functionsHow to set and forget (part of) your icon designJun 29, 20172Jun 29, 20172