-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Add .isEmpty term entry for Dart Map #8125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Adds documentation for the Dart Map `.isEmpty` property, including a brief introduction, syntax, and a usage example aligned with Docs guidelines.
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.
Pull request overview
This PR adds comprehensive documentation for the Dart Map .isEmpty property, following Codecademy's term entry template. The entry explains how to check if a Map contains no key-value pairs, returning a boolean value.
Key changes:
- New term entry for
.isEmptyproperty with clear explanation of functionality - Two practical code examples demonstrating basic usage and conditional statement integration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@mamtawardhani I have created Doc for .isEmpty . Please let me know if anything else is needed |
Updates the `.isEmpty` term entry by improving wording and syntax examples to better align with Docs style guidelines.
Updated parameter description for isEmpty method.
This PR adds a new term entry for the Dart Map
.isEmptyproperty.The entry includes:
.isEmptyThis follows the Codecademy Docs term entry template and style guidelines.