Giter Site home page Giter Site logo

js-basics's Introduction

1• What runs JavaScript outside the browser ? Node

2• Name 5 things Javascript can do.

  1. To build interactive web pages
  2. Can be used to build full blown website
  3. Can be used to create mobile app
  4. Can be used to build Real-time Networking Applications
  5. Can be used to build games

3• When was ECMAScript first released ? 1997

4• How do you log to the console? a. Open a new Google Chrome window b. Right-click on an empty space on the browser and select "Inspect" c. Select "Console" on the displayed menu tab just beside "Element" d. The Console environment would be displayed

5• List the tech fields that use JavaScript, for example FrontEnd. a. Frontend b. Backend c. Full Stack d. Game developers e. Network Engineers

6• Differentiate between Statically typed and Dynamically typed programming languages and give examples of languages that fall under each category a. Statically typed means variable types are explicitly declared and thus are determined at compile time. e.g. FORTRAN, Java, C, C#, C++ etc.

b.Dynamically typed means that the type of a variable is allowed to change over its lifetime. e.g. JavaScript, PHP, Python etc.

7• Differentiate between the JavaScript data types ‘null’ and ‘undefined  a. NULL - means it is declared that there is no value for the data. e.g. If I have no money on me, the value would be zero b. UNDEFINED - means the value of the datatype is not specified but it certainly has a value.

js-basics's People

Contributors

abusumayyah247 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.