Created
May 17, 2025 16:55
-
-
Save davidystephenson/42d83abbeed79039288e1edda1f98bd5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 2. Create a variable `mixedArray` that contains a mix of data types, including numbers, strings, and booleans. | |
var mixedArray = ['hello', 42, true] | |
console.log(mixedArray) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment