You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assignments/objects.js
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,18 @@
3
3
// ==== Challenge 1: Writing Objects ====
4
4
// HR needs some information on the new interns put into a database. Given an id, email, first name, and gender. Create an object for each person in the company list:
// Antonietta loves math, give her the ability to multiply two numbers together and return the product. Use the console.log provided as a hint.
41
41
//console.log(antonietta.multiplyNums(3,4));
42
42
43
-
// === Great work! === Head over to the the arrays.js file or take a look at the stretch challenge
43
+
// === Great work! === Head over to the the arrays.js. You may come back and attempt the Stretch Challenge once you have completed the challenges in arrays.js and function-conversion.js.
44
44
45
45
// ==== Stretch Challenge: Nested Objects and the this keyword ====
0 commit comments