Skip to content
Merged
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
6 changes: 2 additions & 4 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ description: "Master JavaScript from fundamentals to advanced architecture with
tags: [javascript, tutorial, web-development]
---

<!--
import JSEditor from "@site/src/components/js-live-code-editor";
-->

import CodeBlock from "@theme/CodeBlock";
import firstExample from "!!raw-loader!./_scripts/01-javascript-tutorial.js";

Expand Down Expand Up @@ -44,11 +43,10 @@ We have structured this journey into four distinct phases:

Let's verify your environment. Below is a live interactive editor. You can modify the code and click **Run** to see the output instantly.

<!--

<JSEditor title="01-foundations.js" run={true}>
{firstExample}
</JSEditor>
-->

## Is This For You?

Expand Down
Loading