docs
docs copied to clipboard
Codecademy Docs is a collection of information for all things code. 📕
### Description Creation of removeAt entry under `docs/content/dart/concept/list/terms/removeAt/removeAt.md` ### Issue Solved Closes #4314 ### Type of Change - Adding a new entry ### Checklist - [x] All writings are my...
### Description - Added a new term entry for the .elementAt() method in Dart - Closes #4296 ### Type of Change - Adding a new entry ### Checklist - [x]...
### Description Added a retainAll.md file. Added content related to retainAll() in Java. ### Issue Solved Closes Issue #4346 ### Type of Change - Adding a new entry ### Checklist...
### Description - Added entry for Dart math methods. ### Issue Solved - Closes Issue #4243 ### Type of Change - Adding a new entry ### Checklist - [x] All...
### Description I have added an explanation for for-each loops in C++ to iterate over a given container. I have provided both an explanation and brief example of the topic....
### Description ### Issue Solved ### Type of Change - Updating the documentation ### Checklist - [x ] All writings are my own. - [x ] My entry follows the...
### Description A few errors were found in the C++: Methods code snippets. Fixing so it can run as-is. ### Type of Change - Editing an existing entry (fixing a...
### Description - Added the .join() method term for Dart - Closes issue #4311 ### Issue Solved ### Type of Change - Adding a new entry ### Checklist - [x]...
### Description Added file forEach.md to explain the .forEach() method as a new term entry for ArrayList in Java. The markdown file is placed under the file path content/java/concepts/array-list/terms/forEach/forEach.md ###...
### Description I created a new term 'classes' for Dart and a classes.md file. My motivation for contributing to the Codecademy docs largely came from the 'Learn Git & GitHub'...