Alhassan Joshua Abel

HomeBadges

Getting Started with ARRAYS

Oct 6, 20204 min read

Have you ever thought of a Data Structure that could organize lists or collections of elements in an ordered fashion? Well, that is where an array comes to play. An Array is an indexed based Data Structure that stores ordered collections of elements....

JavaScript Array Methods Part 4- filter method

Oct 6, 20203 min read

Hi awesome devs, I believe you are having great time learning. Continuing with JavaScript Array callback functions, we yet have another method called 'FILTER' that expects you to pass in a callback. According to 'Mozila Developer Network documentatio...

Javascript Array Callback Functions Part 2 - Map Method

Sep 11, 20202 min read

##MAP METHOD '.map()': Map creates a new array with the results of calling a callback just like .forEach() on every element in the array. However, Map is simply used to create a new array from an existing array. SYNTAX: Using anynomous function sta...

Javascript Array Callback Function Part 3 - FIND METHOD

Sep 11, 20202 min read

The next part of the array methods we will be looking at that expects a callback is called 'FIND'. Find does what it sounds like. It finds, retrieves, and returns the value of the first element in the array that satisfies the provided testing functio...

ARRAYS CALLBACK FUNCTIONS - PART 1

Aug 19, 20202 min read

INTRODUCTION: Callbacks are central to javascript. Infacts lots of built in javascript methods expect you to pass a callback function. So in this article, we will see some of the most used built in methods that expects you to pass a callback function...

Unnderstanding REST APIs

May 9, 2020

REST stands for REPRESENTATIONAL STATE TRANSFER. It is an architecture style for designing networked applications. It works by relying on a stateless, client-server communication protocol which in almost all cases is the HTTP. REST was made to treat ...

© 2021 Alhassan Joshua Abel

PrivacyTerms
Proudly part of