Skip to content

Commit d18669b

Browse files
authored
Merge branch 'master' into new
2 parents c873978 + fce2d16 commit d18669b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
---
66

7+
78
<span>I post multiple choice JavaScript questions on my [Instagram](https://www.instagram.com/theavocoder) **stories**, which I'll also post here! Last updated: <a href=#20200608><b>June 8th</b></a>
89

910
From basic to advanced: test how well you know JavaScript, refresh your knowledge a bit, or prepare for your coding interview! :muscle: :rocket: I update this repo regularly with new questions. I added the answers in the **collapsed sections** below the questions, simply click on them to expand it. It's just for fun, good luck! :heart:</span>
@@ -4217,7 +4218,7 @@ With the `flat` method, we can create a new, flattened array. The depth of the f
42174218

42184219
---
42194220

4220-
###### <a name=20191224></a>132. What's the output?
4221+
###### 132. What's the output?
42214222
42224223
```javascript
42234224
class Counter {
@@ -4717,7 +4718,7 @@ Objects aren't iterable by default. An iterable is an iterable if the iterator p
47174718
47184719
---
47194720
4720-
###### 146. What's the output?
4721+
###### <a name=20200607></a>146. What's the output?
47214722
47224723
```javascript
47234724
let count = 0;

en-EN/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
---
66

7+
78
<span>I post multiple choice JavaScript questions on my [Instagram](https://www.instagram.com/theavocoder) **stories**, which I'll also post here! Last updated: <a href=#20200608><b>June 8th</b></a>
89

910
From basic to advanced: test how well you know JavaScript, refresh your knowledge a bit, or prepare for your coding interview! :muscle: :rocket: I update this repo regularly with new questions. I added the answers in the **collapsed sections** below the questions, simply click on them to expand it. It's just for fun, good luck! :heart:</span>
@@ -3471,7 +3472,7 @@ With `splice` method, we modify the original array by deleting, replacing or add
34713472

34723473
---
34733474

3474-
###### <a name=20191009></a>109. What's the output?
3475+
###### 109. What's the output?
34753476

34763477
```javascript
34773478
const food = ['🍕', '🍫', '🥑', '🍔'];
@@ -4717,7 +4718,7 @@ Objects aren't iterable by default. An iterable is an iterable if the iterator p
47174718
47184719
-----
47194720
4720-
###### 146. What's the output?
4721+
###### <a name=20200607</a>146. What's the output?
47214722
47224723
```javascript
47234724
let count = 0;

0 commit comments

Comments
 (0)