Jesstern Rays
Jesstern Rays
If we use a little bit of JavaScript, we can make the year dynamic. ```js const date = new Date() const year = date.getUTCFullYear() // this gives you the current...
That would depend on what we mean by "simplified." For instance, we could write our solution like this ```js const text = `Copyright © 2004 - ${(new Date()).getUTCFullYear()}` ``` This...
If no one is working on this, I could give it a shot. ✌️😊
So I'd like to write some tests so I know my implementation works, but it seems like the code isn't currently being tested. What's the best way to test this?...
@Kaide999 we recommend formatting your post to make it readable (e.g. use headings, bullet points, etc.) These are very easy to add within the WYSIWYG editor on GitHub. You may...
@Kaide999 we recommend formatting your post to make it readable (e.g. use headings, bullet points, etc.) These are very easy to add within the WYSIWYG editor on GitHub. You may...