Skip to content

Instantly share code, notes, and snippets.

View robertmirro's full-sized avatar

Robert Mirro robertmirro

View GitHub Profile
@robertmirro
robertmirro / fetchAllMovieTitles.js
Last active September 5, 2019 20:07
Shazaaaaam!
(() => {
'use strict';
console.clear();
const _fetch = url => { // mock fetch api as _fetch to simulate service call
const page = new URL(url).searchParams.get('page');
return Promise.resolve({
json() {
return {