what is symbol in javascript
Symbol is a primitive data type of JS along with string,number,bool,null and undef
which are used to identify object properties since none is equal to the other.
what is symbol in javascript
Symbol is a primitive data type of JS along with string,number,bool,null and undef
which are used to identify object properties since none is equal to the other.
javascript $ symbol function
//Javascripts $ function is used to call functions/variables inside a string without using concatenations
let variableExample = 10;
let result = `${variableExample} text`;
console.log(result);
//output = 10 text
//this only works with backtick (` `) and not with single or double quotes
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us