BLOGSPOT atas

Monday, April 2, 2007

Javascript (Programming Language)

Javascript adalah salah satu bahasa pemrograman...berikut penjelasannya (kata Si Wiki)...


Javascript is an interpreted computer programming language. As part of web browsers, implementations allow client-side scripts to interact with the user, control the brower, communicate asynchronously, and alter the document content that is displayed. It has also become common in server-side programming, game development and the creation of desktop applications...

Javascript is a prototype-based scripting language with dynamic typing and has first-class functions. Its syntax was influenced by C. Javascript copies many names and naming conventions from Java, but the two languages are otherwise unrelated and have very different semantics. The key design principles within Javascript are taken from the Self and Scheme programming language. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles...

Next, akan saya berikan contoh programming yang menggunakan Javascript...

-Muhammad Idham Azhari-