JavaScript issues | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

JavaScript issues

I just created a webpage using this two, but i don’t know how use JavaScript on my page. I mean, does it depend on how your webpage will do??

22nd Aug 2020, 4:35 PM
Nickson
Nickson - avatar
4 Answers
+ 3
If you have completed js and have not use yet . Spend some time on youtube by searching js project. It will help you.
22nd Aug 2020, 4:39 PM
Divya Mohan
Divya Mohan - avatar
+ 1
Like css you have to add script tag to your html code or to link to js file with src.Then you can add fonctionalities to your web page like alerting user or button clicks events.
22nd Aug 2020, 4:43 PM
HBhZ_C
HBhZ_C - avatar
+ 1
Remove dublicate one pls. You already completed js course. You can find answer there.. As you added CSS in CSS part, same way you can add or use js code in js part. See examples in course by *try yourself* option.. Html for static Web page creation, the dynamics can be added by javascript.. You can alter or make changes in html code result. Just like CSS make add styless to html code.
22nd Aug 2020, 4:46 PM
Jayakrishna 🇮🇳
0
You are right. You apply JavaScript in the way to create the user experience you designed for users. May I refer you to my JavaScript User Interface series : https://www.youtube.com/playlist?list=PLkqwj9vc20pWMmPwBex5wbbcseZkIwa6q Where you can learn some practical JavaScript tricks to create stunning user experience.
22nd Aug 2020, 4:55 PM
Gordon
Gordon - avatar