Below is the simple method to get absolute URL using javascript. This code can be…
Category: Javascript
How to create a JavaScript Dictionary and add key value pairs
Dictionary objects are very useful in any programming language. In this article let’s see how…
Capitalize the first letter of string using JavaScript
If you come across a scenario where you need to Capitalize the first letter of…
Unable to resolve dependency tree error when installing npm packages
If you install the node modules using the latest node.js and npm version 7, you…
PrismJS Tutorial | Implement Prism in HTML and React
PrismJs is a library written using JavaScript, which is used for syntax highlighting or code…
[Solved] Uncaught SyntaxError: cannot use import statement outside a module
The Uncaught syntaxerror: cannot use import statement outside a module occurs if you have forgotten…
[Solved] error:0308010C:digital envelope routines::unsupported
The error:0308010C:digital envelope routines::unsupported is mainly observed while creating the react application using the Node.JS version 17…