Skip to content

Conversation

@Almas-Eclipse
Copy link

JavaScript String Methods Practice

This repository contains practice exercises and examples demonstrating how to use different string methods in JavaScript. It covers a variety of commonly used string operations, including:

Accessing characters with bracket notation

Finding substrings using .indexOf() and .includes()

Manipulating case with .toUpperCase() and .toLowerCase()

Extracting parts of a string using .slice()

Repeating and concatenating strings with .repeat() and +

use of include method

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