Syntax: Strings in Rust. • ID: #33 Code const s = "lesson-21"; console.log(s.toUpperCase(), s.includes("lesson")); Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →