Skip to content

Commit

Permalink
Improve the SEO and Accessibility for the link. (#30993)
Browse files Browse the repository at this point in the history
* Improve the SEO and Accessibility for the link.

As we learned in this course, we should consider the readability of the links for the SEO and Screen Readers, and i think the link was ambiguous for them.

* Update files/en-us/learn/javascript/first_steps/a_first_splash/index.md

---------

Co-authored-by: Hamish Willee <[email protected]>
  • Loading branch information
Amer-Adel and hamishwillee authored Dec 14, 2023
1 parent 2f1b6b9 commit 3298041
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ checkGuess();

After pressing <kbd>Return</kbd>/<kbd>Enter</kbd>, you should see an alert come up that says `I am a placeholder`; we have defined a function in our code that creates an alert whenever we call it.

> **Note:** You'll learn a lot more about functions [later in the course](/en-US/docs/Learn/JavaScript/Building_blocks/Functions).
> **Note:** You'll learn a lot more about functions later on in the article [Functions — reusable blocks of code](/en-US/docs/Learn/JavaScript/Building_blocks/Functions).
### Operators

Expand Down

0 comments on commit 3298041

Please sign in to comment.