Giter Club home page Giter Club logo

Comments (4)

sudheerj avatar sudheerj commented on June 11, 2024 1

Thank you. We don't write questions about lodash. The first thread in this post is not related to date objects . Please create a PR with a clear answer for any question.

from javascript-interview-questions.

d9k avatar d9k commented on June 11, 2024

Lodash does the task well:

_ = require('lodash')
console.log('lodash: new MyBox():', _.isEmpty(new MyBox()));
console.log("lodash: new MyBox('tv'):", _.isEmpty(new MyBox('tv')));

Result:

lodash: new MyBox(): true
lodash: new MyBox('tv'): false

from javascript-interview-questions.

d9k avatar d9k commented on June 11, 2024

lodash handles Dates too:

console.log('new Date():', isEmpty(new Date()));
console.log('lodash: new Date():', isEmpty(new Date()));

Result:

new Date(): false
lodash: new Date(): false

from javascript-interview-questions.

d9k avatar d9k commented on June 11, 2024

@sudheerj, why close an issue if answer isn't correct?

See example after "it doesn't process objects created with user-defined constructors" above.

Lodash source code can be used as reference for hand-written implementation, I just gave a hint.

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.