This is how you know i’m def gonna fail my university class this year :/
lst = short_names.split()
print(sorted(lst,reverse = True))
Oh lord I have no idea :/ I suck at this yeah idk
Answer:
The correct option is Option B
Explanation:
We need to find examples of client-side code.
Client Side code: The part of code, that doesn't require server for performing specific task
SO, The correct option is Option B
Prompt for special characters in user name
Reason: We can use alert to generate prompt using JavaScript or through validation and it can be done on client side.
All other options, we need to hit the server to perform the task, So they are not client-side code.