2
1
Fork 0

intro: explain using the javascript Date api over the date command

This commit is contained in:
outfoxxed 2024-04-14 04:03:15 -07:00
parent adb293de95
commit 97b2c23f9f
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 30 additions and 2 deletions

View file

@ -15,7 +15,7 @@ Notes:
- Semicolons are permitted basically everywhere, and recommended in
functions and expressions.
- While types can often be elided, we recommend you use them where
possible to catch proplems early instead of running into them unexpectedly layer on.
possible to catch problems early instead of running into them unexpectedly later on.
```qml
// QML Import statement