- Open an empty js file
- Write
// print hello to the console
and see completion - Write
// prints hello to a DOM element with the id of 'root’
and see completion
- Open Copilot Chat window
- Prompt:
create function that prints hello to a DOM element with the id of 'root’
and show response