# Course Help- how to view live console

**URL:** https://forum.codewithmosh.com/t/course-help-how-to-view-live-console/19676
**Category:** Uncategorized
**Created:** [April 18, 2023, 6:33pm UTC](https://forum.codewithmosh.com/t/course-help-how-to-view-live-console/19676 "2023-04-18T18:33:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Cwhited26](https://avatars.discourse-cdn.com/v4/letter/c/df788c/32.png) [@Cwhited26](https://forum.codewithmosh.com/u/Cwhited26)
#### Post date: [April 18, 2023, 6:33pm UTC](https://forum.codewithmosh.com/t/course-help-how-to-view-live-console/19676/1 "2023-04-18T18:33:53Z")

</div>

I’m brand new and I just started the Ultimate JavaScript course.

I can’t seem to understand how to get the live console to come up so I can see my code in real time like Mosh is doing in the video on VS code

Can someone please help. Thanks!

---

<div class="post-metadata">

### Author: ![theorion](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/theorion/32/7783_2.png) [@theorion](https://forum.codewithmosh.com/u/theorion)
#### Post date: [April 19, 2023, 5:36am UTC](https://forum.codewithmosh.com/t/course-help-how-to-view-live-console/19676/2 "2023-04-19T05:36:07Z")

</div>

What mosh is doing is he linked his JS script to a html file, then in vs code you can right click the html file and run as live server (this is why it’s a good idea to do html/css first there are a few things he explains in one but not the other it’s like a prerequisite but some people say you can learn JS first i’m kinda new too).

---

<div class="post-metadata">

### Author: ![Cwhited26](https://avatars.discourse-cdn.com/v4/letter/c/df788c/32.png) [@Cwhited26](https://forum.codewithmosh.com/u/Cwhited26)
#### Post date: [April 19, 2023, 1:15pm UTC](https://forum.codewithmosh.com/t/course-help-how-to-view-live-console/19676/3 "2023-04-19T13:15:05Z")

</div>

Thanks!

I ended up figuring it out. The needed to wrap my index.js code in the HTML side.

I went through a few HTML lessons on khan academy but then I decided to buy Mosh’s course and focus on JS first.
