Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 05_strings.js #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Update 05_strings.js
added link to read more
Raj-Gurjar authored Jul 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f4a7dcdeba6d3e53fdd7b3023f48df16650b5adb
5 changes: 4 additions & 1 deletion 01_basics/05_strings.js
Original file line number Diff line number Diff line change
@@ -32,4 +32,7 @@ console.log(url.replace('%20', '-'))

console.log(url.includes('sundar'))

console.log(gameName.split('-'));
console.log(gameName.split('-'));


//! learn more from https://www.w3schools.com/js/js_string_methods.asp