Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
Can Javascript Code Be Broken In Different Lines?
Home
>
JavaScript
>
Can Javascript Code Be Broken In Different Lines?
asked
Dec 4, 2019
in
JavaScript
by
SakshiSharma
Q:
Can Javascript Code Be Broken In Different Lines?
#javascript-code
1
Answer
0
votes
answered
Dec 4, 2019
by
rajeshsharma
Breaking is possible within a string statement by using a backslash \ at the end but not within any other javascript statement.
that is ,
document.write("Hello \ world");
is possible but not document.write \
("hello world");
Click here to read more about JavaScript
Click here to read more about Insurance
Facebook
Twitter
LinkedIn
Related questions
0
votes
Q: Code A: var x = 10; y = --x + 1;
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#javascript-code
0
votes
Q: Which among the following Javascript library is used to bring out lines of code that deviate from coding style guides?
asked
Jan 13, 2020
in
Big Data | Hadoop
by
AdilsonLima
0
votes
Q: Anonymous functions can be created in JavaScript. What do anonymous function do?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-anonymous-function
0
votes
Q: Multiple variables can be created and initialized in a single JavaScript statement
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#multiple-variable
0
votes
Q: Can arrays in JavaScript be extended?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#javascript-extension
0
votes
Q: Using HTML button tag, JavaScript command can be executed by using ____ function.
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#javascript-command
+1
vote
Q: How Can Javascript Be Used To Personalize Or Tailor A Web Site To Fit Individual Users?
asked
Dec 4, 2019
in
JavaScript
by
SakshiSharma
#javascript-personalize
0
votes
Q: What type of lines can be executed in Cassandra
asked
Jan 15
in
Cassandra
by
SakshiSharma
query
0
votes
Q: What type of lines can be executed in Cassandra?
asked
Jan 15
in
Cassandra
by
SakshiSharma
#cassandra-type-of-line
#execute-type-of-line
0
votes
Q: Which of the options is used appropriately in JavaScript code?
asked
Jan 27, 2020
in
JavaScript
by
AdilsonLima
+1
vote
Q: What Are The Ways To Emit Client-side Javascript From Server-side Code In Asp.net?
asked
Dec 4, 2019
in
JavaScript
by
SakshiSharma
#javascript-emit-client
0
votes
Q: What are the different data types present in javascript?
asked
Dec 10, 2020
in
JavaScript
by
SakshiSharma
#javascript-data-types
#data-types
...