+ 1
Java script
I am not clear how do I start a JS coding. I meant where to click to open a new page like Java script?
2 Answers
+ 1
The Code Playground can be found in the nav bar on the website version of SoloLearn or the curly braces on the app version. From there, you can tap the green circle with a plus sign to create a new project. Select Web for the HTML-CSS-JavaScript trio. JavaScript will be the third tab.
0
Inside head or below body tag use this.
<script>
</script>
Try on form validation then it will be more clear to you what js really is.