We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e4b86 commit f296b70Copy full SHA for f296b70
1 file changed
jq/script-08.sh
@@ -7,4 +7,4 @@ set -euo pipefail
7
# Your output should contain 6 lines, each with one word and one number on it.
8
# The first line should be "Ahmed 3" with no quotes.
9
10
-jq -r '.[] | .name + ", " + ((.scores | length) | tostring)' scores.json
+jq -r '.[] | .name + ", " + (.scores | length | tostring)' scores.json
0 commit comments