Ad
  • Custom User Avatar

    okay, thanks @Steffen, @doutatsu and @smile. I'll try it again tomorrow

  • Custom User Avatar

    I am having a problem with the tests in JavaScript. I keep receiving an error that no tests were provided preventing solution submission...any insight on why the tests below are not working?

    Test.assertEquals(caffeineBuzz(1), "mocha_missing!");
    Test.assertEquals(caffeineBuzz(3), "Java");
    Test.assertEquals(caffeineBuzz(6), "JavaScript");
    Test.assertEquals(caffeineBuzz(12), "CoffeeScript");