# javaScript implementation

**URL:** https://discourse.mozilla.org/t/javascript-implementation/106869
**Category:** Learn
**Created:** [October 21, 2022, 10:16am UTC](https://discourse.mozilla.org/t/javascript-implementation/106869 "2022-10-21T10:16:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![biskyIsHere](https://sea1.discourse-cdn.com/flex001/user_avatar/discourse.mozilla.org/biskyishere/32/59791_2.png) [@biskyIsHere](https://discourse.mozilla.org/u/biskyIsHere)
#### Post date: [October 21, 2022, 10:16am UTC](https://discourse.mozilla.org/t/javascript-implementation/106869/1 "2022-10-21T10:16:21Z")

</div>

hello,  
I’m web developer who don’t know in what should I use javaScript 😄  
I can use HTML and CSS in a good way because while learning both I can creat things step by step not just learning how they work, but when I started javaScript it was easy to learn and not struggling like C, but the problem was I don’t know what after learning all these things, I learned DOM, web APIs etc but honstly I don’t know how to use all these things in html. I don’t have no ideas however I made profissional websites, forms etc by HTML and CSS because I know what I need to do by each of them, not like javaScript. my problem with javaScript FORCED me to start learning javaScript from other learning websites again and again and again, now I can’t get over this loop ☹  
If anyone have the same problem after learning javaScript and find any solution for it, please, HELP :""

---

<div class="post-metadata">

### Author: ![mikoMK](https://sea1.discourse-cdn.com/flex001/user_avatar/discourse.mozilla.org/mikomk/32/50456_2.png) [@mikoMK](https://discourse.mozilla.org/u/mikoMK)
#### Post date: [October 26, 2022, 5:08pm UTC](https://discourse.mozilla.org/t/javascript-implementation/106869/2 "2022-10-26T17:08:57Z")

</div>

Hi @biskyIsHere and welcome to the community 👋

Maybe have a look at one of the popular front-end frameworks (React, Vue, Angular). They are mainly used to code single-page applications where JavaScript is an important foundation. When you start learning and using such a framework you will see how your knowledge about the basics of JS, web APIs and so on come into use.

In general it’s a great thing if you have a specific project in mind that you can implement while simultaneously learning such a framework.

I hope that helps a bit. 🙂

Have a nice day,  
Michael
