? ?? JavaScript ???? ??
??? ??? ?? ? ??? "hello world"? ? ?? ?????? ???? ?? ????? ?? JavaScript ??? ?????.
<html> <head></head> <body> <script> alert("hello world!"); </script> </body> </html>
JavaScript ??? <script> ??? ???? ? ??? ??? "hello world!"? ???? ?? ??? ???? ????. ? ??? HTML ??? ???? ??? "test.html"? ??? ?? ??? ? ? ???? ???? FireFox ????? ???? ??? ???.
?? JavaScript ????? ???? ?? ?? ?????.