feat: hoppscotch appears but it's not ready

This commit is contained in:
Michele Cereda
2023-11-19 16:22:59 +01:00
parent b20942e25a
commit 807eb358ce
5 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
```js
let now = new Date()
let oneYearFromNow = new Date()
oneYearFromNow.setDate(oneYearFromNow.getDate() + 365)
console.log(now.toISOString())
console.log(oneYearFromNow.toISOString())
```
https://playcode.io/empty_javascript