Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Answers for questions 350, 389 and 390 are missing #68

Closed
jcastrov opened this issue Jun 7, 2021 · 12 comments
Closed

Answers for questions 350, 389 and 390 are missing #68

jcastrov opened this issue Jun 7, 2021 · 12 comments

Comments

@jcastrov
Copy link
Contributor

jcastrov commented Jun 7, 2021

@Vipul2504
Copy link

Hey Can I work on Question number 389 ?

@sudheerj
Copy link
Owner

@pawan521 Yes, Please

Marigameo added a commit to Marigameo/javascript-interview-questions that referenced this issue Oct 21, 2021
@pragyamittal0
Copy link

Can I work on Question number 390?

sudheerj added a commit that referenced this issue Oct 22, 2021
FEAT: Part of #68, Added answer for question 350
@sudheerj
Copy link
Owner

sudheerj commented Nov 9, 2021

@pragyamittal0 Sure, Thanks.

@zba
Copy link

zba commented Aug 31, 2022

for mixin (350) answer is wrong (or incomplete) - you can do mixin-like using the following

const CLASS_MIXIN = (BASE) => class extends BASE { // mixin declaration
}
class CLASS_PARENT {  // can also extend something "extends"

}
export class CLASS_CHILD extends CLASS_MIXIN(CLASS_PARENT) {
}

I think it is good to know :)

@sudheerj
Copy link
Owner

sudheerj commented Sep 4, 2022

@zba Can you create a PR?

@zba
Copy link

zba commented Sep 4, 2022

@zba Can you create a PR?

No, i not really good in writing natural language

@riyaz2014
Copy link

Hello I want to contribute for question 389 and 390. Kindly assign me that task please

@chinmayk26
Copy link

Hello, I will like to contribute for Question 389 and 390 . Can You assign it ?

@rashmipachpande
Copy link

Is there any contribution needed? I'm open to the contribution.

@JustGetAClass
Copy link

i am also open to contributing

@sudheerj
Copy link
Owner

sudheerj commented Apr 4, 2024

The answers have been added. Please create PRs and your contribution is welcome :)

@sudheerj sudheerj closed this as completed Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants