Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d6e8344

Browse files
fix obsidian card format and add test deck
1 parent 2499c06 commit d6e8344

File tree

532 files changed

+3874
-3421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

532 files changed

+3874
-3421
lines changed
Binary file not shown.

‎anki/README.md‎

Lines changed: 616 additions & 616 deletions
Large diffs are not rendered by default.

‎anki/SJIQ - Javascript interview questions - sudheer jonna/Part I - Introduction/Chapter 1 - Interview Questions/1 - What are the possible ways to create objec.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,17 @@ var object = new (function () {
111111
})();
112112
```
113113

114+
==================== Id ====================
115+
1
116+
<!--ID: 1707879802301-->
117+
114118
---
115119

116120
DECK INFO
117121

118-
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions -
119-
sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
122+
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions - sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
120123

121-
FILE TAGS:
122-
#Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#1-What-are-the-possible-ways-to-create-objec
124+
FILE TAGS: #Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#1-What-are-the-possible-ways-to-create-objec
123125

124126
Reference:
125127

@@ -129,5 +131,4 @@ Related:
129131
LIST
130132
where file.name = this.file.name
131133
```
132-
133134
QUESTION STATUS: Safe to store

‎anki/SJIQ - Javascript interview questions - sudheer jonna/Part I - Introduction/Chapter 1 - Interview Questions/10 - What are lambda or arrow functions.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ An arrow function is a shorter syntax for a function expression and does not
88
have its own **this, arguments, super, or new.target**. These functions are best
99
suited for non-method functions, and they cannot be used as constructors.
1010

11+
==================== Id ====================
12+
10
13+
<!--ID: 1707879892370-->
14+
1115
---
1216

1317
DECK INFO
1418

15-
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions -
16-
sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
19+
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions - sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
1720

18-
FILE TAGS:
19-
#Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#10-What-are-lambda-or-arrow-functions
21+
FILE TAGS: #Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#10-What-are-lambda-or-arrow-functions
2022

2123
Reference:
2224

@@ -26,5 +28,4 @@ Related:
2628
LIST
2729
where file.name = this.file.name
2830
```
29-
3031
QUESTION STATUS: Safe to store

‎anki/SJIQ - Javascript interview questions - sudheer jonna/Part I - Introduction/Chapter 1 - Interview Questions/100 - What are events.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,17 @@ events are,
2929
</html>
3030
```
3131

32+
==================== Id ====================
33+
100
34+
<!--ID: 1707879852775-->
35+
3236
---
3337

3438
DECK INFO
3539

36-
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions -
37-
sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
40+
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions - sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
3841

39-
FILE TAGS:
40-
#Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#100-What-are-events
42+
FILE TAGS: #Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#100-What-are-events
4143

4244
Reference:
4345

@@ -47,5 +49,4 @@ Related:
4749
LIST
4850
where file.name = this.file.name
4951
```
50-
5152
QUESTION STATUS: Safe to store

‎anki/SJIQ - Javascript interview questions - sudheer jonna/Part I - Introduction/Chapter 1 - Interview Questions/101 - Who created javascript.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ Communications. Initially it was developed under the name `Mocha`, but later the
99
language was officially called `LiveScript` when it first shipped in beta
1010
releases of Netscape.
1111

12+
==================== Id ====================
13+
101
14+
<!--ID: 1707879881198-->
15+
1216
---
1317

1418
DECK INFO
1519

16-
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions -
17-
sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
20+
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions - sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
1821

19-
FILE TAGS:
20-
#Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#101-Who-created-javascript
22+
FILE TAGS: #Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#101-Who-created-javascript
2123

2224
Reference:
2325

@@ -27,5 +29,4 @@ Related:
2729
LIST
2830
where file.name = this.file.name
2931
```
30-
3132
QUESTION STATUS: Safe to store

‎anki/SJIQ - Javascript interview questions - sudheer jonna/Part I - Introduction/Chapter 1 - Interview Questions/102 - What is the use of preventdefault method.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,17 @@ document.getElementById('link').addEventListener('click', function (event) {
1717

1818
**Note:** Remember that not all events are cancelable.
1919

20+
==================== Id ====================
21+
102
22+
<!--ID: 1707879841071-->
23+
2024
---
2125

2226
DECK INFO
2327

24-
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions -
25-
sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
28+
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions - sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
2629

27-
FILE TAGS:
28-
#Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#102-What-is-the-use-of-preventdefault-method
30+
FILE TAGS: #Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#102-What-is-the-use-of-preventdefault-method
2931

3032
Reference:
3133

@@ -35,5 +37,4 @@ Related:
3537
LIST
3638
where file.name = this.file.name
3739
```
38-
3940
QUESTION STATUS: Safe to store

‎anki/SJIQ - Javascript interview questions - sudheer jonna/Part I - Introduction/Chapter 1 - Interview Questions/103 - What is the use of stoppropagation method.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ default event propagation when clicking on nested div(Div1)
2424
</script>
2525
```
2626

27+
==================== Id ====================
28+
103
29+
<!--ID: 1707879852443-->
30+
2731
---
2832

2933
DECK INFO
3034

31-
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions -
32-
sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
35+
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions - sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
3336

34-
FILE TAGS:
35-
#Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#103-What-is-the-use-of-stoppropagation-method
37+
FILE TAGS: #Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#103-What-is-the-use-of-stoppropagation-method
3638

3739
Reference:
3840

@@ -42,5 +44,4 @@ Related:
4244
LIST
4345
where file.name = this.file.name
4446
```
45-
4647
QUESTION STATUS: Safe to store

‎anki/SJIQ - Javascript interview questions - sudheer jonna/Part I - Introduction/Chapter 1 - Interview Questions/104 - What are the steps involved in return fals.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ The return false statement in event handlers performs the below steps,
1010
2. It prevents the event from propagating the DOM
1111
3. Stops callback execution and returns immediately when called.
1212

13+
==================== Id ====================
14+
104
15+
<!--ID: 1707879880857-->
16+
1317
---
1418

1519
DECK INFO
1620

17-
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions -
18-
sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
21+
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions - sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
1922

20-
FILE TAGS:
21-
#Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#104-What-are-the-steps-involved-in-return-fals
23+
FILE TAGS: #Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#104-What-are-the-steps-involved-in-return-fals
2224

2325
Reference:
2426

@@ -28,5 +30,4 @@ Related:
2830
LIST
2931
where file.name = this.file.name
3032
```
31-
3233
QUESTION STATUS: Safe to store

‎anki/SJIQ - Javascript interview questions - sudheer jonna/Part I - Introduction/Chapter 1 - Interview Questions/105 - What is bom.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ are children of the window. The Browser Object Model is not standardized and can
1010
change based on different browsers.
1111
![bom](../../../../images/bom.png)
1212

13+
==================== Id ====================
14+
105
15+
<!--ID: 1707879880532-->
16+
1317
---
1418

1519
DECK INFO
1620

17-
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions -
18-
sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
21+
TARGET DECK: Javascript::Interview::SJIQ - Javascript interview questions - sudheer jonna::Part I - Introduction::Chapter 1 - Interview Questions
1922

20-
FILE TAGS:
21-
#Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#105-What-is-bom
23+
FILE TAGS: #Javascript::#Interview::#SJIQ-Javascript-interview-questions-sudheer-jonna::#Part-I-Introduction::#Chapter-1-Interview-Questions::#105-What-is-bom
2224

2325
Reference:
2426

@@ -28,5 +30,4 @@ Related:
2830
LIST
2931
where file.name = this.file.name
3032
```
31-
3233
QUESTION STATUS: Safe to store

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /