Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 71dac50

Browse files
Update README.md
1 parent fcc2d0a commit 71dac50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,10 @@ Tested all new buttons. Data is also persisting on page reload:-
143143
**Thoughts:** Finished the fantastic video speed controller UI challenge today. These offset properties are pretty important for proper aligments. For block-level elements, `offsetTop`, `offsetLeft`, `offsetWidth`, and `offsetHeight` describe the border box of an element relative to the `offsetParent`. The `offsetParent` element is the nearest ancestor that has a position other than static.
144144

145145
### Day 29: 16 Feb 2017
146-
**Thoughts:**
146+
**Thoughts:** Finished the beeeeeeeeutiful countdown break clock challenge today. Learned about timestamps, set & clear intervals and `Date.now()`. The `Date.now()` method returns the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC. Because `now()` is a static method of Date, we can always use it as `Date.now()` instead of `new Date().now()`.
147+
148+
### Day 30: 20 Feb 2017
149+
**Thoughts:** Finally finished #JavaScript30 Day 30 Whack A Mole 🔨 challenge by @wesbos . It was fun learning experience. Highly recommend the entire course.
147150

148151

149152

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /