OSOnah Sochimainsochicodes.hashnode.dev·Feb 12, 2023 · 6 min readIntroduction to react jsReactJS is a powerful JavaScript library used to build modern web applications. It is fast, efficient and easy to use. ReactJS enables developers to create dynamic user interfaces with its declarative components, hooks and lifecycle methods. With rea...00
OSOnah Sochimainsochicodes.hashnode.dev·Dec 19, 2022 · 6 min readIntroduction to HTML SemanticsIntroduction According to the Oxford Dictionary, the word semantics means “the meaning of words, phrases or systems”. Semantic Elements can simply be defined as elements with meaning. In this article, we are going to look into HTML semantic elements ...00
OSOnah Sochimainsochicodes.hashnode.dev·Dec 9, 2022 · 6 min readA study or review of UML versions and UML modelling tools or softwareWhat is UML UML stands for Unified Modeling Language. It is a general-purpose, developmental modeling language used for creating object-oriented, meaningful documentation models for any software system present in the real world in the field of softwa...00
OSOnah Sochimainsochicodes.hashnode.dev·Dec 4, 2022 · 4 min readDifference between var, let and const in JavaScriptIn JavaScript you can declare a variable using one of three ways, var, let, or const. But how are they different and which one to use? Understanding the difference will help you debug and write code more effectively. Comparison Table Var Declaration...00
OSOnah Sochimainsochicodes.hashnode.dev·Dec 4, 2022 · 3 min readIntroduction to JavaScript - its core features and attributesJavaScript is a programming language that is a core component of many web browsers. It has also been used to create a wide variety of other programs, including games, adverts and online store software. JavaScript originated from the need for a simple...00