◐ Shell
reader mode source ↗
Skip to content
Merged
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,11 +1,11 @@
JavaScript-code:

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

The full page:

```html
<!DOCTYPE html>
Expand All @@ -15,7 +15,7 @@ The full page:
<script>
'use strict';

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

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ importance: 4

---

# A simple page

Create a web-page that asks for a name and outputs it.

[demo]
Toggle all file notes Toggle all file annotations