JSFiddle - React, Tailwind, and code Playground
by koba04
JavaScript
fetch('https://api.github.com/repos/nodejs/iojs-ja')
.then(function(res) { return res.json() })
.then(function(json) { console.log(json.description) });
by koba04
fetch('https://api.github.com/repos/nodejs/iojs-ja')
.then(function(res) { return res.json() })
.then(function(json) { console.log(json.description) });