CJCoding With Joseph

Remove Part of a String

The string "Hello World" should keep only its first word. Use Remove starting at index 5 to delete everything from the space onward, leaving:

Hello

Expected Output:

Hello
Topics:
Strings
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.