Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
Can javascript code be broken in different lines?
3
like
0
dislike
Can javascript code be broken in different lines? please tell me about this topic......
asked
1 year
ago
by
rad_joshep
(
19,390
points)
javascript
code
lines
1 Answer
2
like
0
dislike
Best answer
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");
answered
1 year
ago
by
daneim
(
127,080
points)
Related questions
4
like
0
dislike
1
answer
What are the ways to emit client-side JavaScript from server-side code in ASP.NET?
asked
1 year
ago
by
rad_joshep
(
19,390
points)
client-side
javascript
aspdotnet
server-side
code
information
5
like
0
dislike
1
answer
How to comment javascript code?
asked
1 year
ago
by
daneim
(
127,080
points)
comment
javascript
code
3
like
0
dislike
1
answer
How to hide javascript code from old browsers that dont run it?
asked
1 year
ago
by
rad_joshep
(
19,390
points)
javascript
code
browser
4
like
0
dislike
1
answer
How do you convert numbers between different bases in JavaScript?
asked
1 year
ago
by
daneim
(
127,080
points)
javascript
different
convert
number
4
like
0
dislike
1
answer
How can JavaScript be used to improve the "look and feel" of a Web site?
asked
1 year
ago
by
daneim
(
127,080
points)
javascript
interface
website