The Legacy I Aspire to Leave Behind: My Kids, My Chaos, My Story
What is the legacy you want to leave behind? The Legacy I Aspire to Leave Behind Reflecting on the legacy I want to leave behind is like trying to write an autobiography when you're still in Chapter One. Yet, here I am, feeling philosophical (and slightly caffeinated), pondering the imprint I [...]
JavaScript Glossary
JavaScript Glossary, for the beginner and new to JavaScript programmer For a more comprehensive reference see Mozilla JavaScript Reference. Arrays ACCESSING ARRAY ELEMENTS You can get elements out of arrays if you know their index. Array elements' indices start at 0 and increment by 1, so the first element's index is 0, the [...]