Open
Description
Type of Edit (select all that apply)
Fix incorrect description
Description (optional)
The content is placed in content/kotlin/concepts/data-types/data-types.md
Kotlin has primitive and non-primitive data types:
...
Explanation
There is no primitive data types in Kotlin. Kotlin docs
Kotlin can use primitives underneath the hood for better performance (such as Int
or IntArray
, for example). But generally it's reference data types.
Code of Conduct
- By submitting this issue, I agree to follow Codecademy Doc's Code of Conduct.
For Maintainers
- Labels added
- Issue is assigned
Activity