How to Delete Unused References from the Code
So now you have already identified how to find unused references in the code using VSC, you want to be able to delete them, right? Of course, you can delete them one by one....
Easy Javascript Tutorials
So now you have already identified how to find unused references in the code using VSC, you want to be able to delete them, right? Of course, you can delete them one by one....
If you want to learn How to show unused references in Visual Studio Code let me tell you it is more like an inbuilt Visual Studio code feature. Turning this setting on will basically...
When you ask how to sort numbers in Javascript, the first method that comes to mind is Array.sort() right? Well that’s the most popular one sure. But there are more methods that developers make...
Here’s a small program showing how to replace the last character of a String in Javascript. Let us say we have a String stored in a variable called text: let text = “ABC”; Here...
Working with Arrays is quite fun in Javascript. I made this tutorial on Array in Javascript to help you understand some of the useful methods that you can use to get the most out...
We are going to take a look at something very basic before galloping on the learning horse. What are the Data and Structure Types in Javascript? Since it is something that we would need...
One of the basic things to learn in Javascript is how to change a text on an existing Id. We are going to see the use of GetElementById method that basically retrieves any element...
The next big thing in our learning menu reads about understanding Javascript functions. We shall conquer that by learning HTML Alert Box functionality, and how to call the alert box without any hiccups. It...
Weighing in at 0 pounds (it’s free) in the lightweight category is Javascript, a scripting language. No, it’s not Java. Javascripting is entirely a different enclave. Don’t get confused there. Java is a complex programming...