Merge pull request #2092 from wugalde19/fix-hint-example-for-primitive-types3

Fix example in 'primitive_types3' hint
This commit is contained in:
Mo 2024-08-31 05:27:36 +02:00 committed by GitHub
commit ea52c99560
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -253,7 +253,7 @@ require you to type in 100 items (but you certainly can if you want!).
For example, you can do:
```
let array = ["Are we there yet?"; 10];
let array = ["Are we there yet?"; 100];
```
Bonus: what are some other things you could have that would return `true`