Skip to content

Instantly share code, notes, and snippets.

ine vairagbel = [
  {
    anzr: 'Oeharyyb Phpvaryyv',
    fubrf: [
      {anzr: 'gnffryyrq oynpx ybj-gbc ynpr-hc', cevpr: 1000},
      {anzr: 'gnffryyrq terra ybj-gbc ynpr-hc', cevpr: 1100},
      {anzr: 'cynva orvtr fhrqr zbppnfva', cevpr: 950},
      {anzr: 'cynva byvir fhrqr zbppnfva', cevpr: 1050}
    ]

How do I ask a good question?

We’d love to help you. To improve your chances of getting an answer, here are some tips:

Do some research

... and keep track of what you did. Even if you don't find a useful answer, including links to documentation or similar questions that gave you a clue can help us understand your approach.

Write a title that summarizes the specific problem

The title is the first thing we see and will set the tone for everything that comes after. So make it count.

Exercises

Basic Requirements

Numbers

  1. Enter the following expressions into your console.

1 + 2

Introduction to Functions

Lesson

Slides

Exercises

Basic Requirements

  1. In the console or repl.it, try the following and verify

Booleans, Comparisons & Conditionals

Lesson

Slides

Exercises

Basic Requirements

Logical Operators & More Conditionals

Lesson

Logical Operators

Slides

More Conditionals

Introduction to Variables

Lesson

Slides

Exercises

Basic Requirements

Iteration with the while Loop

Lesson

Slides

Exercises

Basic Requirements

Introduction to Arrays

Lesson

Slides

Exercises

Basic Requirements

Array Iteration with while & for

Lesson

Slides

Exercises

Try to write all of the exercises using both the for loop and while loop.