You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"body": "Create a function to calculate the mean of an array of numbers. The function should take an array of numbers as input and return the mean of those numbers.",
"labels": ["enhancement"],
"assignees": ["your-username"],
"milestone": null,
"state": "open",
"number": 1,
"created_at": "2023-04-01T00:00:00Z",
"updated_at": "2023-04-01T00:00:00Z",
"closed_at": null,
"author": "your-username",
"comments": [
{
"user": "commenter-username",
"message": "Remember to handle empty arrays by returning 0 or null."