Catch of the Day
Continue Reading
-
JavaScript ES6: Template Strings
Template strings (or template literals) don’t offer much in the way of new functionality but instead make some quality of life improvements to our syntax.
-
JavaScript ES6: The forEach() Helper
forEach() is an ES6 helper that is used to call a function once on each item in an array and is arguably the most useful ES6 helper. Let's dig into how it works.
-
Knockout Text Video Background
Knockout text overlaying a video background created using "mix-blend-mode: multiply;"
-
CodePen Challenge: Image Hovers
This week's challenge prompt was to design a hover effect for an image. I created a simple effect that will jiggle the jelly when it is moused over!