const journeyExperience[]
// const journey: Experience[] — the ordered sequence of where I've been.
Career as an array — indexed, ordered, iterable. Each element builds on the last. The current index keeps incrementing.
// const journey: Experience[] — the ordered sequence of where I've been.
Career as an array — indexed, ordered, iterable. Each element builds on the last. The current index keeps incrementing.