Skip to content
Kevin Boere edited this page Oct 17, 2023 · 22 revisions

Opdracht week 1: Dinsdag

The following array contains multiple data types. Normalize them by converting them all to numbers using a function and log the result in the console

Given Example

My Solution

{
  "foo": [
    {
      "bar": "hello world"
    }
  ]
}
{
  "foo": [
    {
      "bar": "hello world"
    }
  ]
}

Clone this wiki locally