[JavaScript] - What is the Difference Between Null and | SheCodes

[JavaScript] - What is the Difference Between Null and Undefined in JavaScript?

Learn what is the difference between null and undefined in JavaScript and how to distinguish between them. Check how to use a typeof operator.

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

Asked 1 year ago in JavaScript by Sofรญa

what is the difference between null and undefined?

More coding questions about JavaScript

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

What is a function in JavaScript

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is .join method in javascript

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

What is the purpose of using the let keyword in JavaScript?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is the difference between let and const

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

What is a recursive function?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

how do you get the system to ignore spaces in the response to a prompt question js

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

What character defines or gives access to jQuery?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

how to comment on javascript

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is var in javescript?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is a trim in javascript

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

What is a Template literal

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

How do you declare objects in JavaScript?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is js math?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is template literals?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is the difference between == and ===? in javascript

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is "Identifier has already been declared" ?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

When the button is clicked, replace button label by โ€˜18 degreesโ€™

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

how To display a phone number card when pressing an icon

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is cache expire date 10368000 ?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

JavaScript functions

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

how to declare a function in javascript

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is the main use of filter method in js

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

How do I use backtick in javascript

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is hasOwnProperty in js

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

What is await in js

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is .toLowerCase()

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what does .reduce() do?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

explain toFixed method in javascript

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

how to acces to an object property inside an object

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

What is the infinity global property in Javascript and when is it used?

๐Ÿ‘ฉโ€๐Ÿ’ป HTML, CSS and JavaScript Code instructions

// Question: // Create a function that takes a string as a parameter // and alternates the casing of each individual letter // within the string. // Eg. Hello World! => hELLO wORLD!

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is a javascript function

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is forEach in javascript?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is axios?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

What is a comment in JavaScript?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

how can I link my javascript file to a separate HTML file?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

How to append the header to a html table in javascript?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

how to get matching data from a prompt on an existing object

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what are arguments in a function? Like what's a function that takes 2 arguments, name and email, look like?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

can you nest objects javascript

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

What is the difference between setTimeout and setInterval?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

Can you use forEach with an array of objects?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

What are the main javascript principles?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what are data types

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

how to make an svg image using javascript

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

How to iterate through numbers and return a string message if the sum is negative

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

Can you iterate through numbers decreasing?

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

how to sum all numbers in a range

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

how to use setTimeout

๐Ÿ‘ฉโ€๐Ÿ’ป Technical question

what is trim in javascript