function display1(option) { return(option ? "true" : "false"); } bool ans=true; console.log(display1(ans));
Not registered? Create an account
Forgot Password?
Already a registered user? Login