#javascript
Read more stories on Hashnode
Articles with this tag
Hello, today we will fix a problem in the Chrome extension. The stored leads aren't getting displayed when we refresh the page. So how we want the...
When we try to use the Chrome extension, there is a problem with storing data. The moment we click anywhere else, for example, to copy a link, the...
Today I learned how to deploy the Chrome extension so that people can use it. The first thing I had to know was JSON. The JavaScript Object Notation....
Hello! Today I learned about innerHTML and Template Strings in Javascript. Let's start with innerHTML. With innerHTML, you can manipulate and add HTML...
Hello! Today I started a new project to learn JavaScript. I want to build a Chrome extension, where you can save links. These links then are listed...
Today I finished the blackjack app and I also learned two new fundamental things in JavaScript. First, I have learned about logical operators. "&&"...