Last JS newbie of the day ... object iteration
crewMember is placed within square brackets, [].
What are they doing to crewMember.
If I've understood it right, the statement refers to crewMember because it is a variable saving the spaceship.crew property for each iteration. But I still don't understand what the square brackets are making the crewMember into? The only guess I have is a property value, but I don't really understand ......Form IDs: submitting, getting 2 forms to act as one
form.addEventListener('submit', function(){}), the 'form' which will be submitted is whichever form held the particular type = "submit" button triggering that form submit.
I have a mobile form (id = "form__mobile"), which only contains a 'title' search input and the submit button.
However, there is a modal-expanding button that, if you click it, a modal opens which contains what are meant to be the other 2 inputs of that same form, along with another submit button. ...
Codepen not working
nav dot indicator query selector seems wrong
querySelector
querySelector
JS functions for newbie
getFahrenheit function know that the return value of multiplyByNineFifths is the celsius argument?
Taken from codecademy intro course.
...Better way to animate an entering element with `@keyframes`
transform result but the @keyframes one involved a lot of js to make the animation "goes backwards" when the user hits the "toggle" button, there is a better approach for it?
here's my pen: https://codepen.io/eduruiz/pen/oNaErPr
ps. first time posting here, hi everyone! π§‘...CSS responsive sidebar menu
Uninstalling node, node -v still returns a version number
sudo rm -rf node command when I removed them...
Position: sticky
Scaling element to the largest multiple of some step size which can fit inside it's parent

Download anchor tag
<a href="./padfile.pdf" download="PDF File">Download</a>
<a href="./padfile.pdf" download="PDF File">Download</a>
Debugging: How to find where mystery divs are coming from

want opinion on styling with component libraries
<Box m={2} maxW='960px>Tomato</Box>
<Box m={2} maxW='960px>Tomato</Box>
Understanding object notation - JS newbie
Defining TypeScript type or interface for array within object
Problem with Font Preloading
as value and it is preloaded intentionally." I can't solve this problem, can anyone help?...null error work around.
npm package instructions say to include a specific .js file, names it, but where is this file?