Accurancy = 97% Speed = 23wpm Duration = 80 seconds

Smart Goals The acronym smart has several slightly different variations, which can be used to provide a more comprehensive definition of goal setting.

S= Specific M= Measurable A= Agreed upon R= Realistic T= Time-based

Agile Manifesto

It uncovers better ways of development softwarwe by doing it and helping others do it.

Values Individuals and interactions over processes and tools. Working software over comparehensive documentation Customer collaboration over contract negotiation Respoonding to change over following a plan.

Object.keys() Methods return an array of a given objects own enumerable properties, in the smae order as that provided by a for…in loop (the difference being that a for-in loop enumerates properties in the prototype chain as well.)

Syntex Object.keys(obj)

Parameters obj - The object of which the enumerable own properties are to be returned.

Return value An array of string that represent all the enumerable properties of the given object.