Coder Social home page Coder Social logo

js-basics-assignment1's Introduction

Node runs JavaScript outside the browser. Node is a C++ program that includes googles v8 Javascript engine. With this you can run Javascript code outside of a browser.

JavaScript can build;

  • Games
  • Full blown Web or Mobile applications
  • Real-time Networking Applications like Chats
  • Video streaming services
  • command line tools

ECMAScript was first released in June 1997

You log to the console using console.log() method to print to console JavaScript.

Tech Fields that use JavaScript includes;

  • Frontend development
  • Backend development
  • Full Stack web Developer
  • DevOps Engineer
  • Web Application Developer.
  • Mobile App Developer
  • JavaScript Developer
  • Software Engineer
  • System Administrator
  • Web Designer
  • Security Engineer
  • Technical Writer
  • Statiscally typed JavaScript.
  • Type checking is completed at compile time.
  • Explicit type declarations are ususally required.
  • Errors are detected earlier.
  • Variable assignments are static and cannot be changed.
  • Produces more optimized code.

Some common examples of programming languages that belong to this category are Java, Haskell, C, C++, C#, Scala, Kotlin, Fortran, Go, Pascal, and Swift.

  • Dynamically typed JavaScript
  • Type checking is completed during runtime.
  • Explicit declarations are not required.
  • Type errors are detected later during execution.
  • Variable assignments are dynamic and can be altered.
  • Produces less optimized code, runtime errors are possible.

Some examples of programming languages that belong to this category are Python, JavaScript, Lisp, PHP, Ruby, Perl, Lua, and Tcl.

*Null

  • Null in JavaScript is an assignment value. You can assign it to a variable.
  • It is the intentional absence of the value. It is one of the primitive values of JavaScript
  • Null an object.

*Undefined

  • It means a variable declared, but no value has been assigned a value.
  • It means the value does not exist in the compiler. It is the global object.
  • undefined is a type.

*nbsp

js-basics-assignment1's People

Contributors

esimehro 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.