#arrays

[ follow ]
JavaScript
from2ality
2 weeks ago

Learning web development: Booleans, comparisons and `if` statements

Use booleans, comparisons, and if statements to execute code conditionally and understand primitives versus objects, including storage and identity differences.
Node JS
fromAllthingssmitty
3 months ago

How JavaScript's at() method makes array indexing easier - Matt Smith

The at() method simplifies accessing array elements, particularly from the end, enhancing code readability and reducing errors.
Java
fromMedium
3 months ago

Oddities of Java: Arrays are objects, kind of, but also primitives

Integer variables in Java are primitives, while integer arrays are objects with additional functionalities.
The toString() method does not provide a useful output for arrays in Java.
[ Load more ]