button-icon

Login

Login
Archi's Academy
    Courses
    Courses
    #
  • Projects
    Projects
  • Archi's Academy

    Tracks

    #
  • Blogs
    Blogs
  • Pricing
    Pricing
  • Contact
    Contact
  • For Student Clubs
    For Student Clubs

BLACK FRIDAY

85% Discount for all November

whatsapp
Get in touch
Archi's Academy

Navigation

  • Courses
  • Projects
  • Blogs
  • Pricing
  • For Student Clubs
  • Contact Us

Courses

    Tracks

    • Frontend Development
    • Backend Development
    • Quality Assurance
    • Agentic AI Coding & LLMs
    • Mobile Development
    • DevOps

    Legal

    • Privacy Policy
    • Terms of Service

    Contact

    +1 (217) 200 90 93
    Suite No: 8, 400 Emmet Street
    Kissimmee, Florida 34741 USA
    [email protected]

    Copyright © Tech Career Yazılım Danışmanlık A.Ş. 2026

    instagramlinkedingithubyoutubexfacebook
    visamastercardstripeiyzicoamerican-express
    ETBIS
    1. Home›
    2. Blog›
    3. The Commandments of Javascript (and How They Influence Your Career)

    Software Development

    JavaScript

    Coding

    Front end

    The Commandments of Javascript (and How They Influence Your Career)

    Hey Folks, this blog is all about basic commands of Javascript. Before proceeding further, I suggest you have some knowledge about ‘What is Javascript?’ and ‘What role does javascript play in Web development?’. Let’s begin our journey with our first topic:

    Values and Variables:

    A value is a piece of data, so it’s the most fundamental unit of information that we have in programming. This text “Jonas” is a value. To see this value in the console, we need to log this value into the console using console.log( ). For example, console.log (“Jonas”);
    We can store values into variables by using let. For example: let firstName = “Jonas”; here, we assign a value “Jonas” into a variable named firstName. To see the value of this variable, we log this variable into the console. For example: console.log ( firstName );
    A variable name cannot start with a number and uppercase letter. Variable only contain numbers, letters, underscore (_), or the dollar ($) sign. For example: let first_Name = “Jonas”; or let name1 = “Jonas”;

    Primitive Data Types:

    There are seven primitive data types in Javascript.
    1. Number: Floating point numbers are used for decimals and integers. For example: let age = 23;
    2. String: Sequence of characters used for text. For example: let firstName = “Jonas”;
    3. Boolean: Logical type that can only be true or false when used for making decisions. For example: let fullAge = true;
    4. Undefined: Value has been taken by a variable that is not yet defined (‘empty value’). For example: let children;
    5. Null: It also means ‘empty value.’
    6. Symbol: Value that is unique and cannot be changed.
    7. BigInt: Larger integers than the Number type can hold.

    Learn how to code and how to build amazing websites with Javascript . Refere us or Join now

    Basic Operators:

    An operator allows us to transform or combine multiple values and do all kinds of work with matters.
    1.Arithmetic Operators: Arithmetic operators are used to perform arithmetic on numbers.
    Sarwar.PNG
    Sarwar.PNG
    2.Assignment Operators: Assignment operators assign values to Javascript variables.
    Sarwar2.PNG
    Sarwar2.PNG
    3. Comparison Operators: Comparison operators are used in logical statements to determine equality or difference between variables or values.
    Sarwar3.PNG
    Sarwar3.PNG
    4. Logical Operators: Logical operators determine the logic between variables or values.
    sarwar4.PNG
    sarwar4.PNG
    5.Type Operator: Returns the type of a variable.
    Sarwar5.PNG
    Sarwar5.PNG
    6. Bitwise Operator: Bit operators work on 32 bits numbers. Any numeric operand in operation is converted into a 32-bit number. The result is converted back to a Javascript number.
    Sarwar6.PNG
    Sarwar6.PNG
    This was all about the basic commands of JavaScript.

    Coding is an important skill for the modern workplace . Take a skill test

    JavaScript is a powerful programming language that enables you to create complex applications for the web. It's one of the most popular languages among developers, and it's used by some of the biggest companies in the world, including Archi's Academy, Facebook, and Amazon.

    Be @ Archis Code your future

    Meet you in the next blog, have a productive day!
    archis-trainee

    Sarwar Siddiqui

    Wednesday, Apr 6, 2022

    Ready to turn insights into real skills?

    Start building with guided, project-based training and gain hands-on experience from day one.

    TOC

    Table of Content

    • 01Values and Variables:
    • 02Primitive Data Types:
    • 03Learn how to code and how to build amazing websites with Javascript . [Refere us or Join now](https://ask.archisacademy.com/fst2ushjb)
    • 04Basic Operators:
    • 05Coding is an important skill for the modern workplace . Take a [skill test ](https://archisacademy.com/skilltest)
    • 06Be @ [Archis](https://archisacademy.com) Code your future