You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The section documenting the $concat function includes an example that implies that a string argument needs to be concatenated with an integer argument. Should this be allowed? Should all function arguments be casted automatically to string?
The same problem exists with the example of the $join function
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The section documenting the
$concat
function includes an example that implies that astring
argument needs to be concatenated with aninteger
argument. Should this be allowed? Should all function arguments be casted automatically tostring
?The same problem exists with the example of the
$join
functionBeta Was this translation helpful? Give feedback.
All reactions