Welcome to theJAVSCRIPT.net - your Javascript resource center

Our mission is help you with learning javascript, and also, help you coding with our examples and list of function.



Tutorial
There is short tutorial where you can learn javascript basics, so you can start writing your scripts. We have tried write tutorial to be easy for learning without lots of irrelevant things, but again that contains all the essential facts.



Object
In this section you can find all functions (methods) of javascript global objects as String, Math and other. For all function there is prototype, description and example. Also there is predefined code that you can modify and view changes in our trainig center.



How To
We have collected some questions that are often occured when programming in javascript, and provided the answers to them. If you have a problem or a question, please ask us and we will try to answer.



Training
That is very interesting part of theJAVASCRIPT.net. We offer you opportunity to write scripts and immediately run them in browser without saving file, just click EXECUTE button and your script will be displayed in bottom section in same page. You can write fully functional small web pages, with forms, buttons and easily try it.


JavaScript Date
Date.getHours()
JavaScript Date.getHours() method returns numerical represenatation of hours in 24 hours format (0-23).
Learn more...
JavaScript How to
Detect Browser
How i can detect clients browser with JavaScript?
Learn more...