0
Easy Example for Logical Operator &&
const isSololearn = true; const isApp = true; log(isSololearn && isApp);
2 Respostas
0
That‘s a nice code.
Well i‘m a newby and thougt my code will work if i open the Coder in solo learn, but no, it doesnt if i type it in.
Try to fix that code now^^
0
maybe it‘s because i cant choose JavaScript, only Java..