-
-
Notifications
You must be signed in to change notification settings - Fork 301
Add JS reference article: Assignment Operators #1109
Conversation
|
This is my first PR on the wiki page--happy to make updates if I'm not conforming to style and/or guidelines. |
| @@ -0,0 +1,75 @@ | |||
| # Javascript Assignment Operators | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this line
|
Thanks for the comments, @atjonathan ! |
JS-Assignment-Operators.md
Outdated
| @@ -0,0 +1,74 @@ | |||
|
|
|||
| ## Introduction | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to something else like JavaScript Assignment Operators or somethign along the lines. We use this header for the article name in the site's wiki so it is important to have a h1
# JavaScript Assignment Operators
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-## Introduction
+### IntroductionThis is so it will display data up to the firs ## in the chat, as it is right now, calling that article from the chat would only give the title and no data snippet.
|
Thanks for the feedback, @Rafase282 . I just added the title back |
|
@daniel-chung One last thing, fix that and I'll merge. Thanks for your contribution. |
|
@Rafase282 done. Thanks again! |
Adding a new JS reference article on Assignment Operators