Hash FunctionalityA Hash maps each of its unique keys to a specific value. A Hash has certain similarities to an Array, but an Array index is always an…Mar 1, 2022Mar 1, 2022
What is Ruby?Ruby is a high-level programming language interpreted like Perl, Python, Tcl. Object-oriented like Smalltalk, Eiffel, Ada, Java.Feb 10, 2022Feb 10, 2022
React FunctionalityReact is a JavaScript library created by a collaboration involving Facebook. The aim was to allow developers to create fast user interfaces…Dec 20, 2021Dec 20, 2021
Javascript FetchThe Fetch API method provides a JavaScript interface for accessing the HTTP interface. It deals with requests and responses and it’s…Nov 30, 2021Nov 30, 2021
.addEventListenerThe .addEventListener method allows a function to be called whenever the indicated event is delivered to the target. This is relevant…Nov 20, 2021Nov 20, 2021