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

Week5 #6

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Week5 #6

wants to merge 18 commits into from

Conversation

akashmmcode
Copy link
Collaborator

No description provided.

@akashmmcode akashmmcode self-assigned this Sep 18, 2022
}
}

describe("Calculator tests", () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be only one describe, and it should contain all test cases.
Use it() instead of test()

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed

}

//generator function
function* doTask3() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

create a more functional generator function, which should contain at least 3 yield and one return.

Copy link
Collaborator Author

@akashmmcode akashmmcode Sep 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added more functions to the generator function

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

Successfully merging this pull request may close these issues.

2 participants