Created by: shanemcfadden
Fixes #33713 (closed)
The change in the .md files were straightforward.
Changes in the examples/**/*.js files led to eslint parsing errors (e.g. Stackoverflow: The keyword 'const' is reserved). I wrote a separate site/content/docs/5.0/examples/.eslintrc.json file to override the parser options in site/.eslintrc.json. If you'd prefer a different method of resolving those errors, let me know how you'd like to proceed.