savannahvaith - Overview
const whoAmI = { user : `Savannah Vaith`, occupation : `Full Stack Developer`, hobbies : [ 'Travelling', 'Watching Movies', 'Chasing my dog who loves to steal my socks', 'Staying up all night chasing that ONE bug...' ], getCity : () => 'London, United Kingdom', ambitions : () => { SkyDiving(); // Completed - 2018 IslandHoppingInTheCarribean(); // Pending - post 'rona CreateMyOwnOpenSourceProject(); } }