issues Search Results · repo:sudheerj/javascript-interview-questions language:JavaScript
Filter by
104 results
(64 ms)104 results
insudheerj/javascript-interview-questions (press backspace or delete to remove)First of all the question itself is a bit confusing. It sounds like it s asking for String methods that are available in
the Regular expression object. Which sounds weird.
Rephrasing it as What are the ...
subhoghoshX
- 1
- Opened on Jul 1, 2024
- #287
let vehicle = { wheels: 4 , fuelType: Gasoline , color: Green }
let carProps = { type: { value: Volkswagen , enumerable:true }, model: { value: Golf , enumerable:true } }
var car = Object.create(vehicle, ...
abhiupadhyay-Dev
- 2
- Opened on Jun 24, 2024
- #284
Abdullakhalid0405
- Opened on May 29, 2024
- #258
Hi, Thanks for the amazing guide. There is a syntax error on question # 347
let regexp = /Hello(\d?))/g; //extra ) let greeting = Hello1Hello2Hello3 ;
let greetingList = [...greeting.matchAll(regexp)]; ...
DmitriyMalayev
- 1
- Opened on May 23, 2024
- #257
100nuparmar349
- Opened on May 19, 2024
- #255
Not a major issue as the context can be understood without focusing on the semantics.
- In the Second Topic: - Maybe its my bad habit of overthinking, but regardless wanted to ask the author for clearance ...
kenshanta
- 1
- Opened on May 16, 2024
- #254
Should instead be Any primitive type ?
img width= 897 alt= Screenshot 2024-05-14 at 1 04 12 AM src=
https://github.com/sudheerj/javascript-interview-questions/assets/83559262/1ebbe8c8-8a58-45cc-ba0d-20eefb393901 ...
kenshanta
- 1
- Opened on May 13, 2024
- #253
The answer to question one lists a handful of ways to create objects. One of the ways given is the singleton pattern
(emphasis mine):
Singleton pattern:
A Singleton is an object which can only be instantiated ...
Tomboyo
- 1
- Opened on May 2, 2024
- #251

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.