nice
hahhahahahahahahhahh XD
could i ask how one would go about learning about functions that can do this stuff because this is the first time ive encountered it
Parenthesis are unnecessary since && has higher precedence than ||
&&
||
This comment is hidden because it contains spoiler information about the solution
.take(): Returns a string containing the first n characters from this string, or the entire string if this string is shorter. example: "Hello World".take(5) would be "Hello"
what is .take() function?
Loading collection data...
nice
hahhahahahahahahhahh XD
could i ask how one would go about learning about functions that can do this stuff because this is the first time ive encountered it
Parenthesis are unnecessary since
&&
has higher precedence than||
This comment is hidden because it contains spoiler information about the solution
.take():
Returns a string containing the first n characters from this string, or the entire string if this string is shorter.
example:
"Hello World".take(5) would be "Hello"
what is .take() function?