Demo For: JavaScript: Remove Space From String Examples

Example 1 Output:

You should have seen an alert with the word "String" when the page loaded. That would be our desired output in this example.

Example 2 Output:

You should have seen an alert with the word "S t r in g" when the page loaded. That would be our desired output in this example.

Example 3 Output:

You should have seen an alert with the sentence "This is a string" when the page loaded. That would be our desired output in this example.

Example 4 Output:

You should have seen an alert with the sentence "This is a string" when the page loaded. That would be our desired output in this example.