Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
JavaScript: Which of the following function of Boolean object returns a string containing the source of Boolean object?
0
votes
1,293
views
A
toSource()
B
valueOf()
C
toString()
D
None of the above
Correct Option: 1
Explanation:
toSource() − Returns a string containing the source of the Boolean object; you can use this string to create an equivalent object.
javascript
interview questions
posted
Nov 27, 2017
by
anonymous
Looking for an answer? Promote on:
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
0
votes
JavaScript: Which of the following function of String object returns the primitive value of the specified object?
0
votes
Which of the following Javascript function of Array object calls a function for each element in the array?
0
votes
JS:Which of following function splits a String object into an array of strings by separating the string into substrings?
0
votes
JavaScript: Which of the following type of variable takes precedence over other if names are same?
+3
votes
What is the reason for, wrapping the entire content of a JavaScript source file in a function block?
...