Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to use mixed quotes in a sentence in js

console.log('I hope everyone is enjoying the 30 Days Of JavaScript challenge.
Do you ?') // line break
console.log('Days	Topics	Exercises')
console.log('Day 1	3	5')
console.log('Day 2	3	5')
console.log('Day 3	3	5')
console.log('Day 4	3	5')
console.log('This is a backslash  symbol ()') // To write a backslash
console.log('In every programming language it starts with "Hello, World!"')
console.log("In every programming language it starts with 'Hello, World!'")
console.log('The saying 'Seeing is Believing' isn't correct in 2020')
Source by github.com #
 
PREVIOUS NEXT
Tagged: #mixed #quotes #sentence #js
ADD COMMENT
Topic
Name
4+1 =