Skip to content

Instantly share code, notes, and snippets.

View kpgavino's full-sized avatar
💭
Always learning.

kpgavino

💭
Always learning.
View GitHub Profile

Welcome to SSP!

(Approximate onboarding time: 45 minutes -- see time breakdowns next to each video)

These videos will introduce you to some of the tools you need to successfully start and navigate through this course. The recordings are from a live demonstration during a previous round of SSP, and may refer to it by number, but do not worry! These instructions are still relevant to you and your current SSP. Please ignore any referenced to the SSP numbered 38. I'll say it again..

>> Please ignore any references to the SSP numbered 38 :-)

Now that we've got that out of the way, let's get into the videos.

# Self Assessment [NUM]
*Please read every single part of this documentation before starting the assessment. You are responsible for submitting your assessment in a timely manner after the assessment time has elapsed*
`Assessment Time limit: 60 minutes`
## The Submission
- After the allotted time has elapsed, include the following in the *submission link* below:
- **A secret gist with your final solution code.** This is priority #1 over any recording.
- Your assessment video **link**. _Please upload your Zoom recording online **then** submit the URL. i.e. to Google Drive or Dropbox_
- Comment out any non-code in your submission.
describe('getAllKeys', function() {
it('should_output_an_array_of_key_names', function(){
var input = {
foo: 'bar',
level: 1,
red: 'green',
number: true
}
var expected = Object.keys(input);
var actual = getAllKeys(input);

Here are some students

['Aaron Aves',
'Alex Duda',
'Colton Jett',
'Elliott Birch',
'Jamin Ewell',
'Jane Vaden',
'Jared Cairns',