There was an error while loading. Please reload this page.
1 parent f6cbd77 commit 18735bfCopy full SHA for 18735bf
1 file changed
docs/index.mdx
@@ -8,9 +8,8 @@ description: "Master JavaScript from fundamentals to advanced architecture with
8
tags: [javascript, tutorial, web-development]
9
---
10
11
-<!--
12
import JSEditor from "@site/src/components/js-live-code-editor";
13
--->
+
14
import CodeBlock from "@theme/CodeBlock";
15
import firstExample from "!!raw-loader!./_scripts/01-javascript-tutorial.js";
16
@@ -44,11 +43,10 @@ We have structured this journey into four distinct phases:
44
43
45
Let's verify your environment. Below is a live interactive editor. You can modify the code and click **Run** to see the output instantly.
46
47
48
<JSEditor title="01-foundations.js" run={true}>
49
{firstExample}
50
</JSEditor>
51
52
53
## Is This For You?
54
0 commit comments