There's a country that has more than 1 word for snow. Let's find it out! We have a query string saved in query constant, it has a country key and a snow key. The latter has multiple values. Write a one-line code that will return the number of snow values.
By the way, we've already pulled in all the methods and included console.log(), so no need to write these lines. You only need to write the code that should be instead of "???".
const {
parse, stringify, encode, decode, escape, unescape
} = require('node:querystring');
console.log(???);
If done correctly, you'll see the country and the number of words for snow.