mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
feat: hoppscotch appears but it's not ready
This commit is contained in:
11
knowledge base/javascript.placeholder
Normal file
11
knowledge base/javascript.placeholder
Normal 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
|
||||
Reference in New Issue
Block a user