Explain what is Javascript?

devquora
devquora

Posted On: Jan 02, 2023

 

    1 Answer Written

  •  devquora
    Answered by Mathewaider

    Javascript is an object-oriented computer programming language commonly used to create interactive effects within web browsers.It is first used by the Netscape browser, that provides access to the HTML document object model (DOM), provides access to the browser object model (BOM). Javascript syntax looks a lot like java, c or c++ syntax.

    Below is the list of data types supported by Javascript:-

    • Undefined
    • Null
    • Boolean
    • String
    • Symbol
    • Number
    • Object

Related Questions

Please Login or Register to leave a response.

Related Questions