GithubHelp home page GithubHelp logo

Comments (11)

JustGetAClass avatar JustGetAClass commented on May 22, 2024 1

i am also open to contributing

from javascript-interview-questions.

Vipul2504 avatar Vipul2504 commented on May 22, 2024

Hey Can I work on Question number 389 ?

from javascript-interview-questions.

sudheerj avatar sudheerj commented on May 22, 2024

@pawan521 Yes, Please

from javascript-interview-questions.

pragyamittal0 avatar pragyamittal0 commented on May 22, 2024

Can I work on Question number 390?

from javascript-interview-questions.

sudheerj avatar sudheerj commented on May 22, 2024

@pragyamittal0 Sure, Thanks.

from javascript-interview-questions.

zba avatar zba commented on May 22, 2024

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

from javascript-interview-questions.

sudheerj avatar sudheerj commented on May 22, 2024

@zba Can you create a PR?

from javascript-interview-questions.

zba avatar zba commented on May 22, 2024

@zba Can you create a PR?

No, i not really good in writing natural language

from javascript-interview-questions.

riyaz2014 avatar riyaz2014 commented on May 22, 2024

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

from javascript-interview-questions.

chinmayk26 avatar chinmayk26 commented on May 22, 2024

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

from javascript-interview-questions.

rashmipachpande avatar rashmipachpande commented on May 22, 2024

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

from javascript-interview-questions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.