I am a Computer Engineer by training but with deep interest in the Web and building software.
Technical Writing Gigs. Web Development Gigs.
Arrays are wonderful data structures that JavaScript developers can hardly do without. In a previous article, I gave three examples of the practical uses of arrays, if you haven’t read that article, you can do so here. Unless you are working on a pr...

Now that our HTML and CSS are in place, the next step is to create the JavaScript file that will make the project work as it should. All what we have done so far is just to create the basic structure and styling of a web page, in order to change the ...

Arrays are data structures represented with square brackets like this: [], if you know Python, you will realize that it is similar to lists which is also a data structure represented with square brackets. If you have watched programming tutorials eno...
