Easy Example for Logical Operator && | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Easy Example for Logical Operator &&

const isSololearn = true; const isApp = true; log(isSololearn && isApp);

17th May 2019, 10:15 PM
Stefan Bartl
Stefan Bartl - avatar
2 Answers
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^^
17th May 2019, 10:27 PM
Stefan Bartl
Stefan Bartl - avatar
0
maybe it‘s because i cant choose JavaScript, only Java..
17th May 2019, 10:28 PM
Stefan Bartl
Stefan Bartl - avatar