◐ Shell
reader mode source ↗
Skip to content
Open
Show file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JavaScript-code:

```js demo run
let name = prompt("What is your name?", "");
alert(name);
```

Expand All @@ -10,15 +10,13 @@ The full page:
```html
<!DOCTYPE html>
<html>
<body>

<script>
'use strict';

let name = prompt("What is your name?", "");
alert(name);
</script>

</body>
</html>
```
Toggle all file notes Toggle all file annotations