You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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."
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.
20
20
@@ -524,6 +524,8 @@ null == undefined is true because `==` is the loose equality operator in JavaScr
524
524
525
525
</details>
526
526
527
+
## Javascript Programming Questions
528
+
527
529
<details>
528
530
<summary>
529
531
<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;'>🚂</span></span>
0 commit comments