mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-12 03:06:05 +09:00
remove timer and simon
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
var table = require('../');
|
||||
var t = table([
|
||||
[ 'beep', '1024' ],
|
||||
[ 'boop', '334.212' ],
|
||||
[ 'foo', '1006' ],
|
||||
[ 'bar', '45.6' ],
|
||||
[ 'baz', '123.' ]
|
||||
], { align: [ 'l', '.' ] });
|
||||
console.log(t);
|
||||
Reference in New Issue
Block a user