priyanka chaudharipriyankachaudhari.hashnode.dev·Aug 5, 2024What are the possible ways to create objects in JavaScriptIn JavaScript, you can create objects using several different methods, each with its own use case and syntax. Here are some common ways: 1. Object Literals The simplest and most common way to create an object is using an object literal. const pers...11 likes JavaScript interview Prepration cheat-sheet🥂2Articles1Week
priyanka chaudharipriyankachaudhari.hashnode.dev·Jul 31, 2024Node.js Made Easy: A Basic Introduction for New Learners👶Here's a comprehensive guide to Node.js that covers its key concepts, architecture, modules, common use cases, and more. This will serve as an extensive resource for you to delve deeper into Node.js development. 1. Introduction to Node.js What is No...10 likesNode.js from 0-100#talkoftown
priyanka chaudharipriyankachaudhari.hashnode.dev·Jul 30, 2024Everyone's path is unique, and sometimes the journey itself can lead to unexpected and rewarding destinations.In Angular, understanding relative and absolute paths is crucial for correctly importing modules and assets. Here's a simple explanation: Relative Path👨🏽🤝👨🏽 A relative path specifies the location of a file or folder relative to the current fil...10 likesMagic of Angular✨2Articles1Week
priyanka chaudharipriyankachaudhari.hashnode.dev·Jul 26, 2024magic behind the use of angular directive🤯In Angular, a directive is a special type of marker in the DOM that can attach behavior to elements in your applications. Directives can modify the appearance or behavior of DOM elements, and Angular provides three types of directives: types of direc...10 likes2Articles1Week