Giter Site home page Giter Site logo

javascript_basic_task_stutern's Introduction

  1. What runs JavaScript outside the browser ? Answer: Terminal

  2. Name 5 things Javascript can do. Answer: Adding interactive behavior to web pages. JavaScript allows users to interact with web pages. Creating web and mobile apps. Building web servers and developing server applications. Game development Artificial Intelligence

  3. When was ECMAScript first released ? Answer: June 1997

  4. • How do you log to the console? Answer: console.log()

  5. List the tech fields that use JavaScript, for example FrontEnd. Answer: Web Application Developer Full Stack Developer DevOps Engineer Frontend Engineer Backend Engineer

  6. Differentiate between Statically typed and Dynamically typed programming languages and give examples of languages that fall under each category Answer: Statically typed: Statically typed programming languages do type checking at compile-time. Examples: Java, C, C++ Dynamically typed programming languages do type checking at run-time. Examples: Perl, Ruby, Python, PHP, JavaScript.

  7. Differentiate between the JavaScript data types ‘null’ and ‘undefined  Answer: Null: It is the intentional absence of the value. It is one of the primitive values of JavaScript. Undefined: It means a variable has been declared but not defined yet.

  8. In the ‘js-basics’ folder you created above, create a file and name it ‘index.js’. Inside the file, Write a function that multiples two numbers. Call that function to multiply any two numbers of your choice and log the answer in your console Answer:

javascript_basic_task_stutern's People

Contributors

mbamamykel77 avatar

Watchers

 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.