30

Cleaning kitchen

Comments
  • 0
    @norman70688 thanks 😀😀
  • 3
    All at the same time? Such a multitasking guy
  • 2
    Any decent language would have caught the fact that you declared tasksArray then used taskArray
  • 1
    Future code for the Kitchen Bots :)
  • 2
    I just return the promise in this case. She does get annoyed though :P
  • 0
    should replace
    let tasksArray
    with
    const [dishes, podcast, garbage, table]

    @norman70688 I'd argue that printf style would make it harder to follow.
Add Comment