+ 2
Why wnen i want to create code with Java Script, I don't find it..
2 Answers
+ 15
or you can place your JavaScript in between the <script> tag
eg.
<script>
alert("Hello World!!");
</script>
+ 9
Use the Web option. javascript is the third tab inside the Web code editor