Web 5.0: The Ultimate Guide to Embracing the Future of the WebPrerequisites To fully understand the content of this article, you should be familiar with concepts such as web, web 1.0, web 2.0, web 3.0, and so on. World Wide Web: In simple terms, the web refers to all the public websites or pages that users can...Nov 28, 2023·7 min read
Regular Expressions (Start matching patterns)A regular expression (RegEx) is a subset of some programming languages that helps to find a pattern match in data. Practical applications of regex are password, phone number, and email validation. Creating a Regular Expression There are two main meth...Aug 8, 2022·6 min read
Introduction to Objects {} in JavascriptObjects represent one of Javascript data types, It is used to store collections and more complex entities in key-value pairs. Objects can be created using the Object() constructor or the object initializer/Literal Syntax. In other programming langua...Aug 7, 2022·3 min read