Choose a difficulty level and drag and drop the code lines to re-order them.

functions: 1/25
DefinitelyTyped/DefinitelyTyped
const port = await navigator.serial.requestPort();
}
async function example_3() {
await port.open({ baudRate: 115200 });