Skip to content

Commit fce2d16

Browse files
committed
Update date
1 parent 93e8396 commit fce2d16

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

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

55
---
66

7-
<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=#20191224><b>December 24th</b></a>
7+
<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=#20200607><b>June 7th</b></a>
88

99
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>
1010

@@ -4217,7 +4217,7 @@ With the `flat` method, we can create a new, flattened array. The depth of the f
42174217

42184218
---
42194219

4220-
###### <a name=20191224></a>132. What's the output?
4220+
###### 132. What's the output?
42214221
42224222
```javascript
42234223
class Counter {
@@ -4717,7 +4717,7 @@ Objects aren't iterable by default. An iterable is an iterable if the iterator p
47174717
47184718
---
47194719
4720-
###### 146. What's the output?
4720+
###### <a name=20200607></a>146. What's the output?
47214721
47224722
```javascript
47234723
let count = 0;

en-EN/README.md

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

55
---
66

7-
<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=#20191224><b>December 24th</b></a>
7+
<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=#20200607><b>June 7th</b></a>
88

99
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>
1010

@@ -3471,7 +3471,7 @@ With `splice` method, we modify the original array by deleting, replacing or add
34713471

34723472
---
34733473

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

34763476
```javascript
34773477
const food = ['🍕', '🍫', '🥑', '🍔'];
@@ -4717,7 +4717,7 @@ Objects aren't iterable by default. An iterable is an iterable if the iterator p
47174717
47184718
-----
47194719
4720-
###### 146. What's the output?
4720+
###### <a name=20200607</a>146. What's the output?
47214721
47224722
```javascript
47234723
let count = 0;

0 commit comments

Comments
 (0)