docs
docs copied to clipboard
[Entry] Conditionals: Create new concept entry `conditionals.md`
Reason/inspiration (optional)
We would like a new term entry on the Conditional concept for Dart. The entry should go under the following path docs/content/dart/concepts/conditionals/conditionals.md.
The entry should describe the term and how it is used within Dart. Also include:
- Explain different types of conditional present in dart with code snippets present under each type.
- Make sure to include
Conditional Expressionswith the common conditionals.
Entry Type (select all that apply)
New Concept Entry for Existing Topic
Code of Conduct
- [X] By submitting this issue, I agree to follow Codecademy Doc's Code of Conduct.
For Maintainers
- [X] Labels added
- [x] Issue is assigned
New Concept Entry for Existing Topic - Dart Conditional Concept
I'd like to contribute a new entry on the Conditional concept for Dart. The entry will be located under docs/content/dart/concepts/conditionals/conditionals.md. The entry will cover the following:
Explanation of the Term
[Provide a brief description of the Conditional concept and its use within Dart.]
Types of Conditionals in Dart
- If Statement:
if (condition) { // code block } else { // alternative code block }
@madhuri-kawade You're assigned. In addition to the documents linked in the description, please also look at our Contribution Guide if you haven't already. After creating a PR, the maintainer(s) (with the collaborator label) will add comments/suggestions to address any revisions before approval.
Is this your first contribution to Codecademy Docs? If so, we're curious to know how you found out about contributing to Docs.
@madhuri-kawade Are you still interested in taking this issue?
@madhuri-kawade This issue is being unassigned due to inactivity.
@ishg-153 please assign me on issue if the other contributors are inactive.
@Johnnie-kay I just assigned you an issue, would you like to work on this as well?
@mamtawardhani, yes I would like to work on this issue
@Johnnie-kay sure you can take this up. Please refer to the contribution guide shared in the above comment. Thank you! 😃
@Johnnie-kay It's been 2 weeks since you were assigned to this issue. Are you still working on the entry?
Note: If you don't respond with a PR or an update within a week, this issue will be unassigned from you.
🌸 Thanks for closing this Issue! Please head over to the Docs Forum if you have any questions about Docs, or reply to the thread on Possible Content Discussion to share ideas and collaborate with other contributors, maintainers, or super users to determine good future issues that will help expand Docs!