Mercy Makindeileolami.hashnode.dev·Jul 10, 2023Array MethodsIntroduction An array is a type of data structure in programming most especially in Javascript language, they are used to store data in such a way they can be easily accessed. An array can consist of strings, integers, objects, floats, and arrays. Th...Discuss·1 likeJavaScript
McDonald Onyekweremacdenerd.hashnode.dev·Mar 20, 2023Boosting productivity with vs code shortcutsQUICK SUMMARY Visual Studio Code (VS Code) is a powerful code editor that offers a range of shortcuts to enhance your productivity. This article explores the benefits of using shortcuts and provides a step-by-step guide on leveraging them effectively...DiscussJavaScript
Queen Benedictqueenakpan.hashnode.dev·Dec 4, 2022The difference between var, let, and const in JavascriptProgramming without variables? I do not think it is possible to write a program without a variable,you can agree with me that one of the first things you learn when starting to learn how to code is how to declare and initialize variables. Variables a...Discuss#technicalwriting #javascript #frontenddevelopment