Help a fella make his project section look better?

How to use a common header (eg a nav bar) or a footer on multiple html pages
get a random number after keyframes done its work / just get a random number every second
checking if a string is empty.
""
and wanted to check if it was empty. I first tried if (xyz.length <= 0) {...}
but found out that ""
equates to null
and that it wouldn't work due to this. i researched it and found you could do if (xyz)
which ended up working, this resource said that that tests for a value but i always thought that sort of if statement was for checking booleans (if (xyz)
being "if xyz = true").
Is this a recommended way to check for an empty string and is that a recommended check to do if it's not checking for a boolean? thanks in advance....how to document.createRange().createContextualFragment(html) in a service worker ?
Design Dynamic "Panel" component approach?
Beyond CSS: Product Cards Project
class questions
classes | constructor, super, get & set
constructor
a way to pass external values when creating a new instance of a class to this.
values? If so, when you don't need to do this, does it need to be added?
2) what does super
do? the mdn docs say it allows you to access properties on an object literal or class's [[Prototype]], but what does this mean? Is it that it allows you to access this.
values from the original class if another extends it?
3) the mdn docs say the get
and set
functions allow you to get and set this.
values. Does get
only allow you to return a value and set only allow you to change it or can other things be done within these?...Make right sticky card disappear when it's close to the bottom
How to Extend Background Color Across the Entire Row in My Opening Hours Table?

How to make bottom shadow in text in css.

columns vs flex/grid
how do i get this image purple

async function/promises vs try and catch
Take full width in single column grid

Help on Ticker

How do i put a span a absolute div across the whole page not just 100dvh the entire website
