Placing comment symbols /* */ around a code, also referred to as “commenting out”, is a way of isolating some codes that you think maybe causing errors in the program, without deleting the code. The idea is that if the code is in fact correct, you simply remove the comment symbols and continue on. It also saves you time and effort on having to retype the codes if you have deleted it in the first place.
Related posts
-
Artificial Intelligence (AI) Multiple Choice Questions
Are you ready to test your knowledge of artificial intelligence (AI)? This set of 50 multiple-choice... -
Agile vs Waterfall: Know the Difference Between Methodologies
The main difference between Agile vs Waterfall is that Agile methodology is a continuous and iterative... -
Model of the TypeScript Interview Questions in 2021
If you are looking for job as Typescript developer then this article and typescript interview questions...