Skip to content

Fixes #1: Add simple greeting function #4061

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flazouh
Copy link

@flazouh flazouh commented Jun 19, 2025

This PR addresses issue #1 by adding a greetWorld() function that returns 'Hello, World!' to make the repository more welcoming to new developers.

Changes Made:

  • Added hello.js file with greetWorld() function
  • Function returns the string 'Hello, World!' as requested
  • Included JSDoc documentation for clarity
  • Added module export functionality
  • Included example usage when run directly

Testing:

The function can be tested by running:

node hello.js

This implementation makes the repository more accessible and welcoming to new developers learning to code.

- Added hello.js with greetWorld() function that returns 'Hello, World!'
- Function includes JSDoc documentation for clarity
- Includes module export and example usage
- Makes repository more welcoming to new developers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant