6 kyu

mkdir -p

189 of 982xcthulhu
Description
Loading description...
Fundamentals
  • Please sign in or sign up to leave a comment.
  • 4500zenja1 Avatar

    JS testing framework is SEVERELLY outdated (8.1.3) and needed to be upgraded up to 18.x

  • DanyaSh Avatar

    This comment has been hidden.

  • trashy_incel Avatar

    C translation with random tests (author gone)

  • FArekkusu Avatar

    The second it block has no tests, and the group is marked with red color as if a test failed.

  • FArekkusu Avatar

    No random tests.

  • ViktorSoroka Avatar

    Good kata. Keep going with such ones based on Node API.

  • ahlusar1989 Avatar

    I'm stuck on where to begin; for example, should I start at the head and work backwards? Any feedback or hint would be helpful.

  • kppatel Avatar

    Am I allowed to import os module in python script. If yes, it is not allowing me to do so. It is throwing NameError for 'os' name.

  • dhaunac Avatar

    Seems like I have the only recursive solutions, so sad that is does not even appear on the solution site - just 100 ways to not do the work as recommanded

  • alfe Avatar

    This comment has been hidden.

  • ZozoFouchtra Avatar

    Description should also contain some links to fs && fs.mkdir..

  • SagePtr Avatar

    Description should contain information which arguments are passed to function And description states Write an asynchronous function ..., but function is synchronous.