Skip to content

Commit 3c5f516

Browse files
fix: improvements from recording 23.2.2025
1 parent 35bfd16 commit 3c5f516

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2689,10 +2689,10 @@ JavaScript code can be embedded directly within HTML documents using the `<scrip
26892689
<meta charset="UTF-8" />
26902690
<title>Embedded JavaScript Example</title>
26912691
<script>
2692-
// Inline JavaScript code
2693-
function greet() {
2694-
alert("Hello, world!");
2695-
}
2692+
// Inline JavaScript code
2693+
function greet() {
2694+
alert("Hello, world!");
2695+
}
26962696
</script>
26972697
</head>
26982698
<body>
@@ -2706,7 +2706,7 @@ JavaScript code can be embedded directly within HTML documents using the `<scrip
27062706

27072707
[^65]CodeSandbox: Embedded JavaScript Example.
27082708

2709-
[^65]:[CodeSandbox: Embedded JavaScript Example](https://2ch5rl.csb.app/), last access: June 13, 2024.
2709+
[^65]:[CodeSandbox: Embedded JavaScript Example](https://2ch5rl.csb.app/), last access: February 23, 2025.
27102710

27112711
- JavaScript code is included directly within the `<script>` tags in the `<head>` section of the HTML document.
27122712
- The `greet()` function is defined inline and is invoked when the button is clicked.

0 commit comments

Comments
 (0)