Olajide Blessing NiniolaAn Introduction to WebSocket in JavaScript… 30daysofJavaScript ==> Day 29A WebSocket is an object that provides an API (also known as the WebSocket API) that creates a WebSocket connection to a server, the…Apr 17, 2022
Alexander Alfonso30 Days of JavaScript — Day 6In Day 6 of 30 Days of JavaScript, I learned about the topic of loops.Feb 1, 2023Feb 1, 2023
Alexander Alfonso30 Days of JavaScript — Day 5Hello and welcome back! Day of 5 of 30 Days of JavaScript was focused on arrays and array methods.Jan 30, 2023Jan 30, 2023
Alexander Alfonso30 Days of JavaScript — Day 4In day 4 of of the 30 Days of JavaScript course, I learned about conditional statements such as if, if-else, else-if, and switch…Jan 27, 2023Jan 27, 2023
Olajide Blessing NiniolaAn Introduction to WebSocket in JavaScript… 30daysofJavaScript ==> Day 29A WebSocket is an object that provides an API (also known as the WebSocket API) that creates a WebSocket connection to a server, the…Apr 17, 2022
Alexander Alfonso30 Days of JavaScript — Day 6In Day 6 of 30 Days of JavaScript, I learned about the topic of loops.Feb 1, 2023
Alexander Alfonso30 Days of JavaScript — Day 5Hello and welcome back! Day of 5 of 30 Days of JavaScript was focused on arrays and array methods.Jan 30, 2023
Alexander Alfonso30 Days of JavaScript — Day 4In day 4 of of the 30 Days of JavaScript course, I learned about conditional statements such as if, if-else, else-if, and switch…Jan 27, 2023
Olajide Blessing NiniolaLocalStorage and SessionStorage as web storage objects(more than just cookies)… 30daysofJavaScript…We have all had our fair share of website cookies, personally, I think I have eaten website cookies to a point that I know how it tastes…Apr 7, 2022
Olajide Blessing NiniolaPolyfills and Transpilers in JavaScript…30daysofJavaScript ==> Day 26One of the greatest heights for a web application to attain is simply for it to be able to work on any device as long as it is connected to…Mar 22, 2022
Olajide Blessing NiniolaLet's talk about AJAX… 30daysofJavaScript ==> Day 25AJAX is simply short for Asynchronous JavaScript And XML, to explain further, it simply means a part of JavaScript that allows the timing…Mar 19, 2022