7 followers
Software Developer. Learning and figuring stuff out one step at a time
In association with the She Code Africa mentorship program · Introduction For my final project of the She Code Africa mentorship program, JavaScript...
Introduction What is a class? According to Wikipedia, a class in object-oriented programming is an extensible program-code template for creating...
A Comprehensive Breakdown of APIs · Introduction APIs are very important in the work of virtually every developer. A well-written API can provide...
Recursion in JavaScript · Introduction What is recursion? Try typing "recursion" on the Google search box and see what you find. Interesting, isn't it?...
Introduction It is a well-known fact that a pivot part of growing as a programmer is building your skills by working on projects. Working on projects...
Introduction An array is an "object" for storing sequences of values. The values are written between square brackets, separated by commas. An array...