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");