GRGK Raoingkrao.hashnode.dev·May 12, 2023 · 12 min readJavaScript Object and its methodsJavaScript is a versatile programming language widely used in web development for creating interactive and dynamic websites. One of its fundamental features is the ability to work with objects, which are collections of key-value pairs that allow deve...00
GRGK Raoingkrao.hashnode.dev·May 1, 2023 · 3 min readJavaScript FunctionsJavaScript functions are one of the core building blocks of the language, and mastering them is essential for any developer. Functions are a way to organize code into reusable units, making it easier to read, maintain, and modify. In this article, we...00
GRGK Raoingkrao.hashnode.dev·May 1, 2023 · 3 min readInput ElementsHTML input elements are the backbone of web forms, enabling users to interact with websites by entering and submitting data. From simple text fields to complex selection menus, input elements provide a versatile and powerful means of collecting infor...00
GRGK Raoingkrao.hashnode.dev·Dec 10, 2022 · 3 min readV8 EngineV8 Engine is a high-performance JavaScript engine developed by Google. It was first introduced in 2008 and has since become one of the most widely used JavaScript engines in the world. It is used in a variety of applications that require JavaScript s...00
GRGK Raoingkrao.hashnode.dev·Nov 26, 2022 · 3 min readGit and Git HubGit is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It was created by Linus Torvalds in 2005 to help manage the development of the Linux kernel. G...00