-
Notifications
You must be signed in to change notification settings - Fork 0
Week 1
Kevin Boere edited this page Oct 17, 2023
·
22 revisions
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
|
EXAMPLE TEXT |
EXAMPLE TEXT |
|---|---|
{
"foo": [
{
"bar": "hello world"
}
]
} |
|
| Column 1 | Column 2 |
Wiki By Kevin Boere | Minor Information Design - Tech Track | 2023-2024
{ "foo": [ { "bar": "hello world" } ] }