letter-count
Version:
This is a calculator which counts the number of letters/ characters/ lines/ words/ numbers or wordsigns in a text, useful for your tweets on Twitter, as well as a multitude of other applications.
15 lines • 362 B
JavaScript
// beforeEach(function () {
// jasmine.addMatchers({
// toBePlaying: function () {
// return {
// compare: function (actual, expected) {
// var player = actual;
//
// return {
// pass: player.currentlyPlayingSong === expected && player.isPlaying
// }
// }
// };
// }
// });
// });