JS2Sprint 1β successCompiled Learning ObjectivesπΎ Grouping dataExplain why using multiple variable declarations for related data is problematicπ ArraysAccess items in an array using an indexIdentify the benefits of using an array to store informationπ Calculating the meanDescribe how to compute the mean of a data set in JavaScriptβ SummationDescribe how to sum the numbers in a listExplain why repeated statements are hard to maintainπ IterationDefine iterationExplain why iteration is relevant in a particular problemπ Calculating the medianDescribe how to calculate the median of a list in JavaScript𧱠Assembling the partsIdentify a bug when a function gives an unexpected outputπ€ ReferencesDefine referenceDescribe some effects of variables being assigned the same array referenceIdentify when 2 variables will share the same array referenceπ MutationDefine mutationβ οΈ Side effectsDefine a side effectDescribe how side effects lead to buggy codeFail Fast PrepRelate the failing fast concept to your life experiences