UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

9 lines (6 loc) 159 B
var util = require('util'); var count = 0; var id = setInterval(function () { util.puts('Count is ' + count + '. Incrementing now.'); count++; }, 1000);