Skip to content

feat(curriculum): add string method workshop#66936

Draft
kiruthikadev-r wants to merge 2 commits intofreeCodeCamp:mainfrom
kiruthikadev-r:feat/workshop-string-methods
Draft

feat(curriculum): add string method workshop#66936
kiruthikadev-r wants to merge 2 commits intofreeCodeCamp:mainfrom
kiruthikadev-r:feat/workshop-string-methods

Conversation

@kiruthikadev-r
Copy link
Copy Markdown
Contributor

@kiruthikadev-r kiruthikadev-r commented Apr 14, 2026

Checklist:

Closes #64869

@github-actions github-actions bot added scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. platform: learn UI side of the client application that needs familiarity with React, Gatsby etc. scope: i18n language translation/internationalization. Often combined with language type label deprioritized PR reviews are deprioritized; lacks productive input and ignores codebase best practices. labels Apr 14, 2026
@github-actions

This comment was marked as resolved.

@github-actions github-actions bot added Naomi's Sprints This label is for issues that Naomi is managing through her sprint initiatives on Discord. and removed deprioritized PR reviews are deprioritized; lacks productive input and ignores codebase best practices. labels Apr 14, 2026
@Jeevankumar-s Jeevankumar-s added the python v9 cert These are for issues dealing with the Python V9 certification. label Apr 15, 2026
Comment on lines +40 to +41
node.is_equivalent("email = ''") or
node.is_equivalent('email = ""')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

email = '' and email = "" are the same node, you don't need to check for both

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Naomi's Sprints This label is for issues that Naomi is managing through her sprint initiatives on Discord. platform: learn UI side of the client application that needs familiarity with React, Gatsby etc. python v9 cert These are for issues dealing with the Python V9 certification. scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. scope: i18n language translation/internationalization. Often combined with language type label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Break down string methods workshop and add it to main

3 participants