JSFiddle - React, Tailwind, and code Playground
by waohayashida
TypeScript
let value : number = 39;
let str : String = "39";
if(value === str){
console.log('define');
} else{
console.log('not define');
}
by waohayashida
let value : number = 39;
let str : String = "39";
if(value === str){
console.log('define');
} else{
console.log('not define');
}