JavaScript Programming

Included page "clone:programmingjavascript" does not exist (create it now)

Welcome to the world of JavaScript. This site features:

  • Introduction to JavaScript
  • How to present your own JavaScript code in this website
  • Refer to JavaScript functions and objects
  • Get ideas for your coding and contribute!
  • Share your own functions and objects
//This code is implemented into this homepage.
 
function welcome() {
alert("Welcome to our website!");
alert("Hope that you can contribute!");
}

Noticed a discrepancy in our coding? Want to share some interesting code snippets? Visit the JavaScript Programming forums here!

Learn about JavaScript libraries here!

Note: For now we only do coding related to mathematical subjects. Web design will be coming soon!


Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License