ofoenelson.hashnode.devJavaScript, Deconstructed: Assignment Operator (=)What are operators in JavaScript? The main purpose of operators in JavaScript is to perform operations of various kinds on variables and their respective values by allocating and combining data with specific instructions. This article explores the di...Mar 12, 2024Β·5 min read
ofoenelson.hashnode.devReact Project: Build and Deploy A Search Filter Tool Using React and Netlify--(Part 2)Main Project Setup and House Cleaning To view the live app we will be building, click here. For best viewing use a web browser. Open up Vscode and make sure the folder structure looks exactly like this; Install React-Bootstrap and Bootstrap using t...Mar 7, 2024Β·9 min read
ofoenelson.hashnode.devReact Project: Build And Deploy A Search Filter Tool Using React And Netlify--(Part 1)What is a Search Filter? A search filter is a feature or tool used within applications, websites and software to help users refine their search results or find a subset of items from a bigger set based on specific requirements. Itβs a tool for impro...Mar 5, 2024Β·4 min read
ofoenelson.hashnode.devJavaScript, Deconstructed: Data TypesData Types In computer programming, a data type is a collection of data values. A data type or type for short is a convenient umbrella name for grouping data of similar values. JavaScript has 8 data types namely String, Number, BigInt, Boolean, Und...Mar 1, 2024Β·4 min read
ofoenelson.hashnode.devJavaScript, Deconstructed: VariablesBefore we dive into JavaScript programming, what it is or isn't, what it does or does not do let's a give a little overview of what computer programming is. Computer Programming Computer programming or coding is the writing of sequences of instructio...Feb 23, 2024Β·4 min read