Skip to content

Commit

Permalink
prepare to be deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
atom-box committed Sep 9, 2021
1 parent cd2b805 commit c702eb8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions helpers/quilt/immediateOutputFromInput.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
let grub = (s)=>{
let now = new Date();
now = now.toLocaleString();
console.log(`At {now} here is: {str1}`);
return s + "-" + s;
}
// DEPRECATED todo

let grub = (s)=>{
// let now = new Date();
// now = now.toLocaleString();
// console.log(`At {now} here is: {str1}`);
// return s + "-" + s;
}

0 comments on commit c702eb8

Please sign in to comment.