Skip to content

Commit 38098f7

Browse files
committed
Fix lines
1 parent bac5d7b commit 38098f7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<div align="center">
22
<img height="60" src="https://img.icons8.com/color/344/javascript.png">
33
<h1>JavaScript Questions</h1>
4+
45
---
56

6-
<span>I post multiple choice JavaScript questions on my [Instagram](https://www.instagram.com/theavocoder) **stories**, which I'll also post here!
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>
78

89
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>
910

@@ -36,7 +37,7 @@
3637
</p>
3738
</details>
3839

39-
===
40+
---
4041

4142
###### 1. What's the output?
4243

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

42154216
---
42164217

4217-
###### 132. What's the output?
4218+
###### <a name=20191224></a>132. What's the output?
42184219
42194220
```javascript
42204221
class Counter {

en-EN/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div align="center">
22
<img height="60" src="https://img.icons8.com/color/344/javascript.png">
33
<h1>JavaScript Questions</h1>
4+
45
---
56

67
<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>
@@ -36,7 +37,7 @@
3637
</p>
3738
</details>
3839

39-
===
40+
---
4041

4142
###### 1. What's the output?
4243

0 commit comments

Comments
 (0)