uses string formula in if structure angular
let a = "100 + 100 > 50";
if(a){
//do operation
}
But this statement is always return true
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
uses string formula in if structure angular
let a = "100 + 100 > 50";
if(a){
//do operation
}
But this statement is always return true