EduCoder_web training assignment--JavaScript learning manual sixteen: browser object model

first round

//请在此处编写代码
			/********** Begin **********/
            
            timeId=window.setTimeout(timerTask,2000);
            
			/********** End **********/

Second level

	//请在此处编写代码
			/********** Begin **********/
            window.clearInterval(timeId1);
            
			/********** End **********/

Third pass

//请在此处编写代码
		/********** Begin **********/
        
        window.location.href="https://www.educoder.net/forums/categories/all?order=newest";
        
		/********** End **********/

Fourth level

//请在此处编写代码
			/********** Begin **********/
            result=window.prompt("your name","XiaoMing");
            if(result){
    
    
                console.log(name cannot be null);
            }
            
            
			/********** End **********/

Fifth level

//请在此处编写代码
		/********** Begin **********/
        
        myWindow=window.open("Demo.html","window_name");
        
		/********** End **********/

who I am?
Two Xianqiao traffic commissioner
to China Shanxi Road resident representative of
the pineal bombs shake three-dimensional BI vaginal Master Jin
Chen e e University City sub-
skipping ten experts

earthy experts
welcome attention to my public No.
Let's discuss learning about life
in There are more resources waiting for you here.
Welcome to the online conversation!
Insert picture description here

Guess you like

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