Coder Social home page Coder Social logo

Comments (7)

atherdon avatar atherdon commented on August 27, 2024 1

from react-only-intern-23.

sanchit94 avatar sanchit94 commented on August 27, 2024

@atherdon For the second test, isn't DayChecker doing exactly the same thing, I mean returning something if it is weekday and returning something if it is a weekend. Also I have modified DayChecker to use callbacks, so this behavior become more clear.

from react-only-intern-23.

sanchit94 avatar sanchit94 commented on August 27, 2024

This chapter focuses on modularising the code, so we create DayChecker component here, which has same logic as we had in App.js but is in form of a module so it can be used just by writing it as an HTML tag. This enhances code re-usability. Also created a header module for our App. Finally, all logic is in modules and these modules are imported in App.js and declared as HTML tags.

from react-only-intern-23.

sanchit94 avatar sanchit94 commented on August 27, 2024

@atherdon And for the fourth test, I don't think we will need an array now. For changing months in the calendar we just need to use getMonth() method and then use setMonth() method to change the month and it will render the calender for that month. But we will need to use states for this. Correct me if I'm wrong here.

from react-only-intern-23.

atherdon avatar atherdon commented on August 27, 2024

from react-only-intern-23.

sanchit94 avatar sanchit94 commented on August 27, 2024

Thanks, I'm trying to learn this as fast as I can.

from react-only-intern-23.

sanchit94 avatar sanchit94 commented on August 27, 2024

@atherdon For the second task in the test section, weekCheck function in the dayChecker.js has been created. I guess I do not need an array as mentioned in the fourth task. Please review so that I can move forward to the next issue.

from react-only-intern-23.

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.