Message from JavaScript discussions
October 2017
— So if you do:
var thing = window.otherThing.methodThing;
thing();
methodThing
will loose its' reference to otherThing
Same happens if you do:
function useThing(thing) {
thing();
}
useThing(window.otherThing.methodThing);
— And this
within methodThing will just refer to either window
(non-strict mode) or undefined
(strict mode)
— (You should ALWAYS be using strict mode btw)
— Hi every body . did any one of you used cucumber.js for testing nodejs application ?
— Any one develop web applications with bdd ? for application features and acceptance tests ?
— What is bdd?
— I guess tdd(
— ℹ️ Definition of BDD
BDD is an acronym that stands for big dirty dick.
📌 Examples
EXAMPLE:
so this girls like, "i'm hungry."
and i'm like, "oh! i got some bdd you can have."
"whats that?" she asks
some big dirty dick.
— Kek
— Behaviour driven development, that is all ik :D
— LOL