reading-notes

class-02 summary

Text notes:

Introducing CSS:

CSS rules usually appear in a separate document, although they may appear within an HTML page:

Basic JavaScript Instructions:

Decisions and Loops:

Evaluating conditions:

Logical operators:

imageee

short circuit evaluation: Logical expressions are evaluated left to right . If the first condition can provide enough information to get the answer, then there is no need to evaluate the second condition.

How to Write a Git Commit Message ?

A well-crafted Git commit message is the best way to communicate context about a change to fellow developers (and indeed to their future selves).