|
|
@ -114,11 +114,11 @@ Number of countries: 5
|
|
|
|
|
|
|
|
|
|
|
|
```js
|
|
|
|
```js
|
|
|
|
const arr = [
|
|
|
|
const arr = [
|
|
|
|
'Asabeneh',
|
|
|
|
'Asabeneh',
|
|
|
|
250,
|
|
|
|
250,
|
|
|
|
True,
|
|
|
|
true,
|
|
|
|
{ country: 'Finland', city: 'Helsinki' },
|
|
|
|
{ country: 'Finland', city: 'Helsinki' },
|
|
|
|
(skills: ['HTML', 'CSS', 'JS', 'React', 'Python'])
|
|
|
|
{ skills: ['HTML', 'CSS', 'JS', 'React', 'Python'] }
|
|
|
|
] // arr containing different data types
|
|
|
|
] // arr containing different data types
|
|
|
|
console.log(arr)
|
|
|
|
console.log(arr)
|
|
|
|
```
|
|
|
|
```
|
|
|
|