Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Predict the output
/
CS foundations
/
Internationalization
What does this program print?
from Internationalization
Node 24
intermediate
2 min
What does this program print?
JavaScript
Copy
const
rules
=
new
Intl
.PluralRules
(
"fr"
);
console
.log
(
rules
.select
(
0
));
zero
one
other
It throws RangeError.
Check
Copy code
Open in playground
Ask AI about this kata
Report an error
previous kata
What is the soundest way to adapt an HTML application to an RTL locale?
Quiz
next kata
Review generated invoice renderer
Review AI code
A new version is available
Reload