New Activity
Play Crossword Puzzle
1 converts a string to use all uppercase letters
2 converts all characters of a string to lowercase
3 Consider the following object: dale = new object{age: 34, gender: male} age and gender are examples of what?
4
5 method to ADD a value from the BEGINNING of an array
6 method that copies all of an objects properties to another object
7 method to combine two arrays
8 returns the number of items in an array
9 type of brackets that enclose an array
10 a property that contains a function
11 method that returns an array of specific indices from an other array
12 Method to REMOVE an item from the BEGINNING of an array.
13 separates items in an array
14 A list of items.
15 the first index of an array
16 method to ADD a value to the END of an array
17 property of the math object that returns the highest value in an array of integers
18 method to REMOVE a value from the END of an array
19 how many meanings do curly braces have in JavaScript
16
3
9
15
17
14
10
2
4
8
1
18
6
11
7
5
19