diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-10-26 14:47:13 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-10-26 14:47:13 +0200 |
| commit | 6de16a35630a27f4e426c0ac711a2cac46bd7162 (patch) | |
| tree | 381f2dfc2e5b94ffa55b7dda0579dcc4df08dfa8 /content | |
| parent | b8148678fd1f5e74248d9ba79ef04a23e552ad54 (diff) | |
fixed typos
Diffstat (limited to 'content')
| -rw-r--r-- | content/thoughts/javascript.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/content/thoughts/javascript.md b/content/thoughts/javascript.md index 9119be3..0093b76 100644 --- a/content/thoughts/javascript.md +++ b/content/thoughts/javascript.md @@ -21,8 +21,9 @@ it - it makes websites inaccessible to users that are blocking javascript if your site requires js to provide basic functionality, let alone load -Entire video games used to fit on a 32MB Nintendo 64 cartridge. Many websites -nowadays require more than that, because of javascript. +Entire video games used to fit on a 32MB Nintendo 64 cartridge. Now browsing +the web for 5 minutes takes about the same amount of bandwidth, because of +javascript. If you are a web developer, please don't use js or at least use it sparingly. -This website will never use javascript.
\ No newline at end of file +This website will never use javascript. |
