JSFiddle - React, Tailwind, and code Playground

by Durtto

JavaScript

function chamaValor(){
     if(!this.retornaValor())
    {
    alert('1')
    }
}



function retornaValor() {
     idade = 33;
     objeto = new Object(); 
     objeto.cor = "azul";
     return false
}
console.log(retornaValor());