chrismejia / intro-to-code-js

A repo meant new JS learners help with guided topic-centered practice problems
0 stars 5 forks source link

[Update Exercise] (Unit-04) #6 - valueLocator #38

Closed chrismejia closed 6 months ago

chrismejia commented 7 months ago

What needs to be updated/changed? Why?

Sample changes

export const arr = [
  "amp",
  "buy",
  "cod",
  "dull",
  "ergo",
  "fwip",
  "ghast",
  "hives",
  "ionic",
];

export const foundVals = [
  { val: "buy", idx: 1 },
  { val: "dull", idx: 3 },
  { val: "ionic", idx: 8 },
];

export const notFoundVals = ["not", "jury", "manic"];
chrismejia commented 6 months ago

https://github.com/chrismejia/intro-to-code-js/commit/74e522d99f1e419a96f4f7200d50ed5dd5010113 - Mislabeled as commit for #36.