HSHenry Seigbeininhensco95.hashnode.dev·Jan 25, 2024 · 9 min readJavaScript Control Flow For BeginnersWhat is Control Flow Control flow refers to the order in which statements, functions, and instructions are executed when running a program. It guides the execution of a program. Some benefits of control flow include: Error and Event handling In in...00
HSHenry Seigbeininhensco95.hashnode.dev·May 13, 2023 · 4 min readJSON Introduction: Learning the Basics of JSONWhat is JSON? Javascript Object Notation(JSON) is a lightweight, text-based data interchange format. JSON is used to send data between a client(web browser) and a server over the web. When a client sends data to a server, the data is sent in a JSON f...00
HSHenry Seigbeininhensco95.hashnode.dev·Mar 21, 2023 · 1 min readIntroduction To Javascript For Web DevelopmentJavascript is an object-oriented programming language designed to run on the web browser. Brendan Eich invented javascript in 1995. The language has since developed into the most popular programming language. Javascript is one of the foundations of ...00
HSHenry Seigbeininhensco95.hashnode.dev·Sep 17, 2022 · 5 min readSolving The Fizzbuzz Challenge.Hello everyone. I'm new to hashnode and this is my first article. In it, I'll take us(you mostly) through the process of solving a coding exercise I came across while studying the book Eloquent Javascript by Marijn Haverbeke. Alright then, lest dive...01K