Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed Activity2.png
Binary file not shown.
2 changes: 1 addition & 1 deletion Activity3_Alphabetical.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ function Alphabetical(string)// function that will process the string.
{
return string.split('').sort().join(''); // splitting the words into letter{split}, and then sorting them out in an alphabetical order{sort}, and combined them again but in a sorted position{join}.
}
console.log(Alphabetical("qwertyuiop"));// use the function to a word.
console.log(Alphabetical("qwertyuiop"));// use the function to a word.
Binary file removed Activity4.png
Binary file not shown.
20 changes: 0 additions & 20 deletions Activity4_Less.js

This file was deleted.

11 changes: 0 additions & 11 deletions Activy2_Capitalized.js

This file was deleted.