0

Javascript

I have completed js course, but i dont know how i can use js. Where or how can i train js? Except for mimo... I have done all the js courses there.

1st Dec 2020, 6:45 AM
Kristiāns JeČinsks
Kristiāns JeČinsks - avatar
4 Answers
1st Dec 2020, 7:47 AM
maf
maf - avatar
+ 2
Download Visual Studio Code on desktop, go to the extensions tab, search for a good theme, then search for "Live Server" extension, install it. Now create your html css javascript files - index.html - style.css. - main.js and type exclamation mark inside html file and press TAB, which will generate the boilerplate for html, now link the css and javascript files to the html file, and then right click on the html file and click on "open with live server", now your browser would open. You can press f12, inside the console you can see all the console.logs n stuff. Also, download Spck Editor on mobile from playstore, coz it lets you write html css js on mobile as well, but its more productive to write it on desktop.
1st Dec 2020, 7:44 AM
maf
maf - avatar
+ 1
Thanks!
1st Dec 2020, 7:48 AM
Kristiāns JeČinsks
Kristiāns JeČinsks - avatar
0
Yeah, i know that but i meant like js as a language. I dont know how can i use it
1st Dec 2020, 7:46 AM
Kristiāns JeČinsks
Kristiāns JeČinsks - avatar