Menu
×
×
Correct!
Exercise:Use jQuery to change the text of a link to "Demo", and change the value of href's attribute value to "www.demo.com".
$("#myLink").@(4)("@(4)");
$("#myLink").@(4)("@(4)", "https://@(12)");
$("#myLink").text("Demo");
$("#myLink").attr("href", "https://www.demo.com");
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?