Web Technologies
Android
Angular
BootStrap
ECMAScript
HTML
Image Processing
JavaScript
MVC
Onsen UI
React JS
SOAP UI
Vue.js
Cloud/DevOps Technologies
Amazon EC2
Ansible
Augmented Reality
AWS
Azure
Big Data
Cache Teachniques
Cassandra
Commercial Insurance
Cloud
CD
CI
Data Handling
Data using R
Data Science
DevOps
Gradle
Hadoop
HBase
HDFS
Hive
IOT
Jenkins
Machine Learning
MangoDB
NGINX
SOAP UI
Latest Technologies
5G Network
Agile
Android
Arduino
Augmented Reality
Commercial Insurance
C#
C++
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Image Processing
Java
Jenkins
Jira
JUnit
Kibana
Linux
MangoDB
Oracle
PHP
Python
QTP
R Language
Regression Analysis
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How To Comment Javascript Code?
Home
JavaScript
How To Comment Javascript Code?
+1
vote
asked
Dec 3, 2019
in
JavaScript
by
rajeshsharma
(
23.1k
points)
How To Comment Javascript Code?
#javascript-comment
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 3, 2019
by
SakshiSharma
(
30.8k
points)
Use // for line comments and
/*
*/ for block comments
Related questions
0
votes
How to write a comment in JavaScript?
asked
Jun 8, 2022
in
JavaScript
by
sharadyadav1986
(
30.5k
points)
javascrript-comment
0
votes
How to write normal text code using JavaScript dynamically?
asked
Jun 9, 2022
in
JavaScript
by
sharadyadav1986
(
30.5k
points)
text-javascript
text-code
javascript
0
votes
How to write HTML code dynamically using JavaScript?
asked
Jun 9, 2022
in
JavaScript
by
sharadyadav1986
(
30.5k
points)
html-code
javascript-code
0
votes
How To Hide Javascript Code From Old Browsers That Dont Run It?
asked
Dec 3, 2019
in
JavaScript
by
rajeshsharma
(
23.1k
points)
#javascript-browser
+2
votes
Explain How to comment out a block of code in Python
asked
Jan 10, 2021
in
Python
by
rajeshsharma
(
23.1k
points)
#python-code
docstring
Python-questions-answers
+1
vote
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affects when debugging?
asked
Mar 17, 2020
in
C Plus Plus
by
SakshiSharma
(
30.8k
points)
#c-language-debugging
0
votes
How ++ works in Javascript? Find output of below Javascript code.
asked
Oct 9, 2022
in
JavaScript
by
Robin
(
13.0k
points)
javascript
code
operator
+1
vote
How do you comment in Java code?
asked
Feb 1
in
JAVA
by
sharadyadav1986
(
30.5k
points)
java-comment
comment-code
0
votes
Choose the correct JavaScript syntax to change the content of the following HTML code.
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
(
30.8k
points)
javascript
+1
vote
What Are The Ways To Emit Client-side Javascript From Server-side Code In Asp.net?
asked
Dec 4, 2019
in
JavaScript
by
SakshiSharma
(
30.8k
points)
#javascript-emit-client
...