changeTitle function

void changeTitle(
  1. String title
)

Implementation

void changeTitle(String title) {
  document.title = title;
}