Skip to content

Commit d375413

Browse files
author
Vasu7389
committed
SEO update for js questions
1 parent 8755d3f commit d375413

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Tricky Javascript Code Snippets Asked in the Interview (es6/es7/es8/es9)"
3-
description: "Prepare for your next 2024 JavaScript interview with these tricky code snippets. Covering ES6/ES7/ES8/ES9 syntax and features, this article provides examples and explanations to help you ace your interview."
2+
title: "Tricky Javascript Code Snippets Questions Asked in the Interview (es6/es7/es8/es9)"
3+
description: "Prepare for your next 2025 Javascript Coding Interview Questions with these tricky code snippets. Covering ES6/ES7/ES8/ES9 syntax and features, this article provides examples and explanations to help you ace your interview."
44
githubPath: "https://github.com/Vasu7389/JavaScript-Interview-Questions"
55
---
66

@@ -14,7 +14,7 @@ Additionally, we'll include multiple choice questions (MCQs) on ES6 and explore
1414

1515
Whether you're preparing for a job interview or simply want to brush up on your knowledge of the language, this article has something for you.
1616

17-
## Javascript ES6 ES7 ES8
17+
## Javascript Coding Interview Questions ES6 ES7 ES8
1818

1919
ECMAScript (ES) is a standardized version of JavaScript, a programming language that is widely used to create interactive web pages and applications. ECMAScript is a formal specification developed and maintained by the Ecma International organization.
2020

@@ -524,6 +524,8 @@ null == undefined is true because `==` is the loose equality operator in JavaScr
524524

525525
</details>
526526

527+
## Javascript Programming Questions
528+
527529
<details>
528530
<summary>
529531
<h3>18. Write a function in JavaScript that takes an array of numbers and returns the sum of all positive numbers in the array. <span class="level-tag level-1">Beginner <span style='font-size:15px;'>&#128642;</span></span>

0 commit comments

Comments
 (0)