PrepAway - Latest Free Exam Questions & Answers

Category: 1D0-435

Exam 1D0-435: JavaScript Fundamentals exam

What will the following JavaScript code do when it runs?

What will the following JavaScript code do when it runs?
var content=””;
content += “<HTML><HEAD><BASE TARGET=’_blank’></HEAD>”;
content += “<BODY BGCOLOR=’#CC9966′ TEXT=’#330000′>”;
content += “Related Sites”.big().fontcolor(“blue”) + “<P>\n”;
content += “These sites are of interest to “;
content += “Afrikunda”.italics();
content += ” patrons.<P>\n”;


Page 3 of 2412345...1020...Last »