Date: December 22, 2022
Task 1: Using the logical && operator You are coding an RPG game, where each character has certain skill levels based on the value saved in their score. The expected output in the console should be: “Mid-level skills: true”. Task 2: Using the logical || operator Imagine you are coding a video game. Currently, you’re … Read More
Date: December 20, 2022
Variables Activity My Solution Data Types Assignment Operators + – * / Comparison Operators > Greater than < Less than == Equal to != Not equal to Logical Operators && Check for both conditions to be true || Checks for at least one condition to be true ! Returns false if the result is true … Read More
Date: December 5, 2022
This course from Coursera seems to lack expanded explanation while doing a walkthrough. There were some code for Boostraps that the instructors were adding. And while she explained what’s the code for, I don’t understand where they came from, and how she came up with those code. I need to see more examples how to … Read More