Skip to content

Conversation

@Dusch4593
Copy link
Contributor

Description

For our SEO target keyword efforts

Type of Change

  • Adding a new entry
  • Editing an existing entry (fixing a typo, bug, issues, etc)

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • I have performed a self-review of my own writing and code.
  • I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.
  • I have confirmed my changes are not being pushed from my forked main branch.
  • I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • Under "Development" on the right, I have linked any issues that are relevant to this PR (write "Closes # in the "Description" above).

@Dusch4593 Dusch4593 added enhancement New feature or request javascript JavaScript entries html HTML entries css CSS entries new entry New entry or entries keyword Target keywords shortlist labels Jun 15, 2022
Copy link
Contributor

@SSwiniarski SSwiniarski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dusch4593, I did a first review. Many of the changes I did were in line with my understanding of the difference between HTML tags and elements, tags being the textual markers that define the beginning and end of an element-- so it makes more sense saying that a form element contains UI elements, than a form tag contains UI tags.

Dusch4593 and others added 16 commits June 16, 2022 07:20
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
@Dusch4593
Copy link
Contributor Author

Dusch4593 commented Jun 16, 2022

I made some changes in cf89e43 that added a lot more files to this PR (this is intentional). These changes include:

  • Revised the "tag/element" dichotomy in the various term entries.
  • Moved all the terms/ entries to the html/concepts/elements/ folder.
  • Fixed any term entry links that would have broke due to the the folder change.
  • Updated entry metadata and added Elements where appropriate.
  • Other small, typographical edits in line with the markdown style guide.

@Dusch4593
Copy link
Contributor Author

For the next reviewer(s), while you could definitely take a look at all 78 files, the following are the ones with the focus in SEO keyword targets:

  • content/css/concepts/background/terms/background-color/background-color.md
  • content/css/concepts/colors/terms/hsl/hsl.md
  • content/html/concepts/forms/forms.md
  • content/html/concepts/iframes/iframes.md
  • content/html/concepts/lists/lists.md
  • content/html/concepts/semantic-html/terms/nav/nav.md
  • content/html/concepts/elements/terms/br/br.md
  • content/html/concepts/elements/terms/button/button.md
  • content/html/concepts/elements/terms/dd/dd.md
  • content/html/concepts/elements/terms/dl/dl.md
  • content/html/concepts/elements/terms/dt/dt.md
  • content/html/concepts/elements/terms/form/form.md
  • content/html/concepts/elements/terms/iframe/iframe.md
  • content/html/concepts/elements/terms/input/input.md
  • content/html/concepts/elements/terms/li/li.md
  • content/html/concepts/elements/terms/menu/menu.md
  • content/html/concepts/elements/terms/ol/ol.md
  • content/html/concepts/elements/terms/ul/ul.md
  • content/javascript/concepts/arrays/terms/indexOf/indexOf.md
  • content/javascript/concepts/arrays/terms/reduce/reduce.md
  • content/javascript/concepts/arrays/terms/splice/splice.md
  • content/javascript/concepts/comments/comments.md

Copy link
Contributor

@KTom101 KTom101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dusch4593 Here is a second review!

@Dusch4593
Copy link
Contributor Author

@KTom101 I implemented your changes and I thank you for the feedback 😄

not-a-ethan and others added 5 commits June 24, 2022 08:45
* Made the entry for the basefont tag

* Update basefont.md

* Update content/html/concepts/tags/terms/basefont/basefont.md

* Update content/html/concepts/tags/terms/basefont/basefont.md

* Update font.md

* Update basefont.md

* Update content/html/concepts/tags/terms/basefont/basefont.md

* Update content/html/concepts/tags/terms/basefont/basefont.md

* Update content/html/concepts/tags/terms/basefont/basefont.md

* Update content/html/concepts/tags/terms/basefont/basefont.md

* formatting
* Edits and new content for General, Python, and SQL

* small edits

* small edit

* Update content/python/concepts/glob-module/glob-module.md

Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>

* Update content/python/concepts/glob-module/terms/glob/glob.md

Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>

* Update content/python/concepts/glob-module/terms/glob/glob.md

Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>

* Update content/sql/concepts/commands/terms/group-by/group-by.md

Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>

* Update content/sql/concepts/commands/commands.md

Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>

* Update content/sql/concepts/commands/commands.md

Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>

* Update content/general/concepts/database/terms/index/index.md

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>

* Update content/general/concepts/database/terms/index/index.md

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>

* Update content/general/concepts/encapsulation/encapsulation.md

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>

* Update content/python/concepts/files/files.md

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>

* Update content/python/concepts/modules/modules.md

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>

* Update content/python/concepts/glob-module/glob-module.md

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>

* implement feedback

* Update content/general/concepts/encapsulation/encapsulation.md

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>

* implemented feedback

Co-authored-by: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com>
Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>
* Edit notable figure general entries

* Update content/general/concepts/grace-hopper/grace-hopper.md

Co-authored-by: KTom101 <kyrathompson@me.com>

* implemented feedback

* Update content/general/concepts/ada-lovelace/ada-lovelace.md

Co-authored-by: KTom101 <kyrathompson@me.com>

Co-authored-by: KTom101 <kyrathompson@me.com>
…odecademy#796)

* Create output.md

* Create print.md

* Create println.md

* Create printf.md

* Update printf.md

* Update printf.md

* Update printf.md

* Update printf.md

* yarn format

* Update printf.md

* Update printf.md

* Update content/java/concepts/output/output.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/output/terms/print/print.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/output/terms/println/println.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/output/terms/print/print.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/print/print.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/print/print.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/println/println.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/println/println.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/print/print.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/printf/printf.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/output/terms/println/println.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update print.md

* Update println.md

* Update printf.md

* Update content/java/concepts/output/terms/print/print.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* add 'Characters' tag and bold terms

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>
Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
Copy link
Contributor

@KTom101 KTom101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dusch4593 Looks good 👍

SSwiniarski and others added 6 commits June 29, 2022 09:20
* Create endianness.md

* Update endianness.md

* Update content/general/concepts/endianness/endianness.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/general/concepts/endianness/endianness.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/general/concepts/endianness/endianness.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/general/concepts/endianness/endianness.md

Co-authored-by: KTom101 <kyra.thompson@nyu.edu>

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
Co-authored-by: KTom101 <kyra.thompson@nyu.edu>
* Edits/New Content - General, Java, Git, R

* refactor: implemented review feedback

* Update content/git/concepts/tag/tag.md

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>

* Update content/git/concepts/tag/tag.md

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>

* Update content/java/concepts/strings/strings.md

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>

* Update content/java/concepts/strings/strings.md

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>

* refactor: implemented review feedback

Co-authored-by: caupolicandiaz <caupolicandiaz@gmail.com>
* Create macros.md

* Update preprocessors.md

* Update macros.md

* Update macros.md

* Create macros.md

* yarn format

* Update content/c/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/c/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/c/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/c/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/c/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/cpp/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/c/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/c/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/cpp/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/c/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/cpp/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/cpp/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/cpp/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/cpp/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/cpp/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/cpp/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/cpp/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/cpp/concepts/macros/macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/c/concepts/macros/macros.md

Co-authored-by: KTom101 <kyra.thompson@nyu.edu>

* Update content/cpp/concepts/macros/macros.md

Co-authored-by: KTom101 <kyra.thompson@nyu.edu>

* Update macros.md

* Update macros.md

* yarn format

* Update macros.md

* Update macros.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
Co-authored-by: KTom101 <kyra.thompson@nyu.edu>
* Create iterator.md

* Update iterator.md

* Update iterator.md

* Create hasNext.md

* Create hasNext.md

* Delete hasNext.md

* Update hasNext.md

* Create next.md

* Create remove.md

* Update remove.md

* Update remove.md

* Update hasNext.md

* Update next.md

* Create add.md

* Update add.md

* Update add.md

* Update hasNext.md

* Create hasPrevious.md

* Create previous.md

* Create nextIndex.md

* Create previousIndex.md

* Create set.md

* Update add.md

* Update hasNext.md

* Update hasNext.md

* Update hasPrevious.md

* Update next.md

* Update nextIndex.md

* Update previous.md

* Update previousIndex.md

* Update remove.md

* Update set.md

* yarn format

* Update content/java/concepts/iterator/iterator.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/iterator.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/iterator.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/iterator.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/iterator.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/add/add.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/add/add.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/add/add.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/hasNext/hasNext.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/hasPrevious/hasPrevious.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/next/next.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/nextIndex/nextIndex.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/nextIndex/nextIndex.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/nextIndex/nextIndex.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/previous/previous.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/previous/previous.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/previous/previous.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/previousIndex/previousIndex.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/previousIndex/previousIndex.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/previousIndex/previousIndex.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/remove/remove.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/set/set.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/set/set.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/set/set.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* yarn format

* Update content/java/concepts/iterator/iterator.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/iterator.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/iterator.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/add/add.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/add/add.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/add/add.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/hasNext/hasNext.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/hasNext/hasNext.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/hasPrevious/hasPrevious.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/hasPrevious/hasPrevious.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/hasPrevious/hasPrevious.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/hasPrevious/hasPrevious.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/hasPrevious/hasPrevious.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/next/next.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/next/next.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/nextIndex/nextIndex.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/nextIndex/nextIndex.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/nextIndex/nextIndex.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/previous/previous.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/previous/previous.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/remove/remove.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/set/set.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/set/set.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/set/set.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/set/set.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/previous/previous.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/previous/previous.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/previousIndex/previousIndex.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/previousIndex/previousIndex.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/previousIndex/previousIndex.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/previousIndex/previousIndex.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/previousIndex/previousIndex.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/previousIndex/previousIndex.md

Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>

* Update content/java/concepts/iterator/terms/hasPrevious/hasPrevious.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

* Update content/java/concepts/iterator/terms/remove/remove.md

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>

Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
Co-authored-by: Christine Yang <72277593+yangc95@users.noreply.github.com>
* Update creational-design-patterns.md

* Rename content/general/concepts/abstract-factory/abstract-factory.md to content/general/concepts/abstract-factory-pattern/abstract-factory-pattern.md

* fixed link and bolded concepts
@Dusch4593 Dusch4593 merged commit b5a26e9 into Codecademy:main Jul 1, 2022
This was referenced Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

css CSS entries enhancement New feature or request html HTML entries javascript JavaScript entries keyword Target keywords shortlist new entry New entry or entries status: review 1️⃣ completed status: review 2️⃣ completed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants