Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@

In Japan, a schoolgirl was caught by the police for putting a link to a website with an endless loop of alert in JavaScript like this:

while (1) {
alert("!");
}
```js
while (1) {
alert("!");
}
```

Related news articles:

Expand Down