PinnedamitHow to Start JavaScript Journey: A Beginner’s GuideJavaScript is a powerful and versatile programming language that is widely used to create interactive and dynamic websites. If you’re new…Dec 10, 2022Dec 10, 2022
amitUnveiling package.json: The Unsung Hero of Your JavaScript ProjectAt first glance, package.json might seem like a dry, technical file. But beneath this unassuming facade lies a powerful tool, the silent…Mar 23Mar 23
amitWhich database to pick for your application !!🤔The type of database to use depends on the specific needs of the application or system being developed. Here are some general guidelines…Dec 13, 2022Dec 13, 2022
amitHealth: The effects of stress and anxiety on mental healthThe effects of stress and anxiety on mental health can be profound and far-reaching. These emotions can interfere with our ability to think…Dec 11, 2022Dec 11, 2022
amitLifestyle: 5 Little Behaviours that Attract People to YouThese behaviors can make you more likable and approachable, and can help to build trust and rapport with others, which can make them more…Dec 11, 2022Dec 11, 2022
amitHealth: The coronavirus pandemic and its impact on health, society, and the economy.The coronavirus pandemic has had a profound impact on health, society, and the economy. Since the virus was first identified in December…Dec 11, 2022Dec 11, 2022
amitapply(), bind(), and call(): ABC in JavaScriptCall, bind, and apply are three methods that are available on all JavaScript functions. These methods allow you to set the value of this…Dec 11, 20221Dec 11, 20221
amitthis keyword: how to properly implement in Javascriptthis is a special keyword in JavaScript that refers to the object that is currently executing the code. However, the value of this can be…Dec 11, 2022Dec 11, 2022
amitJavascript Polyfill: PromisePromises are an important part of the JavaScript language, providing a way to handle asynchronous operations and make them easier to work…Dec 11, 2022Dec 11, 2022