javascript-interview-questions icon indicating copy to clipboard operation
javascript-interview-questions copied to clipboard

Answers for questions 350, 389 and 390 are missing

Open jcastrov opened this issue 4 years ago • 11 comments
trafficstars

jcastrov avatar Jun 07 '21 22:06 jcastrov

Hey Can I work on Question number 389 ?

Vipul2504 avatar Sep 29 '21 10:09 Vipul2504

@pawan521 Yes, Please

sudheerj avatar Sep 29 '21 15:09 sudheerj

Can I work on Question number 390?

pragyamittal0 avatar Oct 21 '21 18:10 pragyamittal0

@pragyamittal0 Sure, Thanks.

sudheerj avatar Nov 09 '21 11:11 sudheerj

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 :)

zba avatar Aug 31 '22 07:08 zba

@zba Can you create a PR?

sudheerj avatar Sep 04 '22 10:09 sudheerj

@zba Can you create a PR?

No, i not really good in writing natural language

zba avatar Sep 04 '22 10:09 zba

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

riyaz2014 avatar Sep 19 '22 04:09 riyaz2014

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

chinmayk26 avatar Sep 20 '22 06:09 chinmayk26

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

rashmipachpande avatar Nov 27 '22 03:11 rashmipachpande

i am also open to contributing

JustGetAClass avatar Apr 15 '23 16:04 JustGetAClass