Blake
KPCKevin Powell - Community
•Created by Faker on 11/4/2024 in #front-end
Understanding the "this" keyword for objects in JavaScript
The instance of an object is the thing the code actually creates and uses. This is important in a constructor or method because you need a way to refer to the object your code created when it's running. An analogy would be that you make a generic blueprint or "design" of an object (like a person) and then when you actually create the object in the running code, you have an actual product (an instance) of that blueprint (object). Here's another example: https://www.w3schools.com/js/js_object_definition.asp
10 replies
KPCKevin Powell - Community
•Created by Blake on 11/5/2024 in #front-end
Background video playing on scroll
If you have a recommendation on where to start (CSS, JS), please feel free to add that! 😁
12 replies
KPCKevin Powell - Community
•Created by Blake on 11/5/2024 in #front-end
Background video playing on scroll
Thanks @Doksuri! That helps focus my efforts in digging up a solution.
12 replies