Compare length of two strings: Difference between revisions

m (Reverted edits by Anonymous31415927 (talk) to last revision by Absayuti)
Line 571:
"abcdef" has length 6 and is neither the longest nor the shortest string
"abcd" has length 4 and is the shortest string</pre>
 
=={{header|JavaScript}}==
 
=={{header|Julia}}==