The "I'm feeling lucky" URL shortener.
The Mozilla Developer Network is an awesome JavaScript resource. When looking for JavaScript references on something like Function.apply
, you might use a search engine with "apply site:developer.mozilla.org" and click the first result.
// Make sure add() takes a single argument (see https://mdn.io/Function.length)
expect(queue.add.length).to.equal(1);
As a lmgtfy replacement for JavaScript questions
friend: dude, is it
call()
orapply()
that takes an array?
you: mdn.io/apply
mdn.io uses DuckDuckGo's Bang! functionality to redirect you to the first search result.
Note that, because this is a search, the page you're redirected to may change in the future. However, you can rest assured that you'll always be redirected to the page that DuckDuckGo finds most relevant.
npm install # Install dependencies.
npm dev # Run server locally.
npm run deploy