Fundamentals
/
What is a String?
⏸
00:00
↻
← Prev
Next →
▶
Question
Given a string, return its length without using the .length property.
▶
My Code
▶
Reference Solution