...
Computer-Networks
October 21, 2023
Software-Engineering
October 22, 2023
Computer-Networks
October 21, 2023
Software-Engineering
October 22, 2023

Web-Technologies

Question 72
Consider the following statements respect to JavaScript
(i) A variable is created using the keyword
(ii) JavaScript is untyped language
Which of the above are true?
A
Neither (i) nor (ii)
B
Only (i)
C
Only(ii)
D
Both (i) and (ii)
Question 72 Explanation: 
(i)True: Because we are using “var” keyword.
(ii) False: Untyped means the operation of dividing integer by string would result in treating the first four bytes of strings as integer. This is because untyped take place directly on bits, there are no types to observe. Javascript is typed language.
Correct Answer: B
Question 72 Explanation: 
(i)True: Because we are using “var” keyword.
(ii) False: Untyped means the operation of dividing integer by string would result in treating the first four bytes of strings as integer. This is because untyped take place directly on bits, there are no types to observe. Javascript is typed language.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!