// Create a new
  • element var li = create(“li”); attr( li, “class”, “new” ); // Create some new text contents and add it to the
  • append( li, “Thanks for visiting!” ); // Add the
  • onto the top of the first Ordered List before( first( tag(“ol”)[0] ),
  • );