Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the topics of javascript?

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "what are the javascript topics". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn "what are the javascript topics"?

1, the running result of the following expression is:

["1", "2", "3"] .map (parseInt)

A. ["1", "2", "3"]

B. [1,2,3]

C. [0,1,2]

d. Other

2, the running result of the following expression is:

[typeof null, null instanceof Object]

A. ["object", false]

B. [null,false]

C. ["object", true]

d. Other

3, the running result of the following expression is:

[[3Jing 2 Jing 1] .reduce (Math.pow), [] .reduce (Math.pow)]

a. Error

B. [9,0]

C. [9,NaN]

D. [9,undefined]

4, the running result of the following expression is:

Var val = 'value'

Console.info ('Value id' + (val = = 'value')?' Something':'Nothing')

A.Something

B.Nothing

C.NaN

d. Other

5, the running result of the following expression is:

Var name = 'World'

(function () {

If (typeof name = = 'undefined') {

Var name = "Jack"

Console.info ('Goodbye' + name)

} else {

Console.info ('Hello' + name)

}

) ()

A.Goodbye Jack

B.Hello Jack

C.Goodbye undefined

D.Hello undefined

6, the running result of the following expression is:

Var START = END-100

Var count = 0

For (var I = START; I 0

A.true

B.false

c. Error

d. Other

23, the running result of the following expression is:

[1

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report