EduCoder_web training assignment--JavaScript learning manual 2: JS data type

Welcome everyone to pay attention, forward, and recommend to the students around you! ! ! ! ! !

first round

	//请在此处编写代码
	/********** Begin **********/
    aType = typeof a;
    bType ='array';
    cType = typeof c;
    dType = typeof d;
    eType = 'bool';
    fType = typeof f;
	/********** End **********/

Second level

//请在此处编写代码
	/********** Begin **********/
    var a=parseInt(args1);
    var b=parseInt(args2,16);
    var c=parseFloat(args3);
	/********** End **********/

Okay, that's all there is to it.
Students who have not followed the official account should pay attention as soon as possible!
Mouse tail juice!
who I am?
Teacher Ma’s closed disciple.
I’m a college student
like you. I like self-media and like to share.
Follow my official account and get more resources.
Welcome to join!
Let us study together! improve together! !
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_45803282/article/details/112169327