When you first start to learn JavaScript you find that there are so many methods that it can be overwhelming. This article makes that process easier by covering the 7 methods and properties that are in common with JavaScript strings and arrays.
Markdown Cheat Sheet for Beginners
You need to learn markdown if you have or contribute to repositories on websites like GitHub, or for forums and learning sites like freeCodeCamp. Specifically, you need it for creating and editing README and other documentation files. In this Markdown cheat sheet, I will show you the basic Markdown syntax . . .
WordPress Recent Posts using a Custom Query
I prefer to do as much as I can in WordPress without using a plugin. A simple thing is to write a WordPress custom query to display the 3 most recent posts in a category or other criteria. I show the code I used to generate the 3 most recent posts using 2 different custom queries.