Day 11 of learning JavaScript: Objects and logical operators
Today I finished the blackjack app and I also learned two new fundamental things in JavaScript. First, I have learned about logical operators. "&&" stands for "and" and "||" stands for or. I applied this to the Blackjack app so that we can only trigg...
svensblog.hashnode.dev4 min read