Tag Archives: Teamtreehouse

M1D21: Javascript – Working with Strings

Transform and Manipulate Strings .length – counts the number of characters of a string including the space strings are treated as what are called objects, and different objects have different properties. A property of an object can be accessed by … Continue reading

Posted in Study Notes | Tagged , | Leave a comment

M1D20: Javascript Variables

Variable Declaring a Variable In this program, the word “message” is now a reference to the value “Hello!”, so whenever I use “message” in the program, as long as I don’t change its value, it will always mean, “Hello!”. Reassigning … Continue reading

Posted in Study Notes | Tagged , | Leave a comment

M1D15: CSS Grid Layout Part 4

Negative Grid Lines and Shorthand Syntax Grid lines also have negative indexes. You can reference grid lines starting from the far right or bottom edges of the grid, using negative line numbers. In this video, you’ll more line placement tips … Continue reading

Posted in Study Notes | Tagged , , | 1 Comment

M1D14: CSS Grid Layout Part 3

Firefox Grid Inspector Tool Position Items by Grid Lines CSS Grid lets you exercise even greater control by specifying the placement of individual grid items. You can use grid line numbers to control how items are placed, by applying properties … Continue reading

Posted in 6-Month Journey, Study Notes | Tagged , , | Leave a comment

M1D13: CSS Grid Layout Part 2

fr – fraction unit, a flexible length unit designed for creating grid tracks that expand and contract based on the free space in the grid. auto – can expand a column to fill up extra space. It sizes items based … Continue reading

Posted in 6-Month Journey, Study Notes | Tagged , , | 1 Comment