Tag Archives: Meta Front-End Developer Specialization

M1D6: JavaScript – Advanced Use of Operators

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 … Continue reading

Posted in Study Notes | Tagged , | Leave a comment

M1D4: JavaScript

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 … Continue reading

Posted in Study Notes | Tagged , | Leave a comment

UI Frameworks and Libraries

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 … Continue reading

Posted in Study Notes | Tagged , | 1 Comment