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

P2P CR - Friday, April 22, 2022 #29

Open
memelopez opened this issue Apr 22, 2022 · 1 comment
Open

P2P CR - Friday, April 22, 2022 #29

memelopez opened this issue Apr 22, 2022 · 1 comment

Comments

@memelopez
Copy link

Good Job! 👍 💯

I see you implemented a method to make a JSON out of the comment info, that's seems really handy!

toJSON() {
return JSON.stringify({
item_id: this.item_id,
username: this.username,
comment: this.comment,
});

Nice job formating the date!

if (month.length > 1) {
newMonth = month;
} else {
newMonth = `0${month}`;

Have a good week end! 🆒

@amrendrakind
Copy link
Owner

Awesome Work @Team
It is awesome work and everything working smoothly :)

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

No branches or pull requests

2 participants