Enter your email Address

Skip to content

Hussain Patel

The Working Programmer

About Me

Hussain Patel

......

  • Home
  • .NET Core
    • ASP.NET Core
    • C#.NET
    • Design Patterns
  • IOT
    • Arduino
    • Photon
    • Raspberry
  • DS & Algorithms
    • Arrays
    • Linked List
  • SQL
  • Linux
  • Apache Kafka
  • How To
  • About Me
  • Questions

Category: JavaScript

  • Home
  • Front End Tech
  • JavaScript
Interview Questions JavaScript

Interview Question: Difference between “ == “ and “ === “ operators.

hussainpatel
September 12, 2021October 9, 2021 No Comments

Both are comparison operators. The difference between both the operators is that,“==” is used to compare values whereas, “ === “ is used to compare both value and types. Example: var a = 2; var b = “2”; (a == b) // Returns true since the value of both a and b is the same […]

Read more
JavaScript

Interview Question – Explain Hoisting in JavaScript

hussainpatel
September 12, 2021October 9, 2021 No Comments

Hoisting is a default behavior of JavaScript where all the variable and function declarations are moved on top. This means that irrespective of where the variables and functions are declared, they are moved on top of the scope. The scope can be both local and global. Below is the example:  

Read more

Recent Post

  • ASP.NET Core Web API + Entity Framework 6.0 – with EF Core Power Tools March 11, 2023
  • How To – Update Nodejs & npm on a Raspberry Pi October 9, 2021
  • How to – Remove Files and Directories Using Linux Command Line October 9, 2021
  • Interview Question: Difference between “ == “ and “ === “ operators. September 12, 2021
  • Interview Question – Explain Hoisting in JavaScript September 12, 2021

Recent Comments

    Archives

    • March 2023 (1)
    • October 2021 (2)
    • September 2021 (2)
    • June 2021 (1)
    • March 2021 (2)
    • September 2020 (1)
    • August 2020 (1)
    • October 2019 (2)
    • July 2019 (1)
    • January 2018 (4)
    • November 2017 (3)
    • August 2016 (2)
    • July 2016 (1)
    • June 2016 (3)
    • May 2016 (3)

    Copyright © 2020 All Rights Reserved.