So I am a newbie in javascript and i had been going through some one else\'s code and I found this..
describe(\'deviceready\', function() { it(\'should rep
Describe is a function in the Jasmine testing framework. It simply describes the suite of test cases enumerated by the "it" functions.
Also used in the mochajs framework.