File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 33
33
document . write ( transportation . length + '<br>' ) ;
34
34
document . write ( transportation [ 5 ] + '<br>' ) ;
35
35
36
- // See all properties and methods or an array
37
- // http://www.w3schools.com/jsref/jsref_obj_array.asp
36
+ /*
37
+ See all properties and methods or an array
38
+ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
39
+ and
40
+ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype#Methods
41
+ */
38
42
39
43
// The join method - converts an array to a string
40
44
Original file line number Diff line number Diff line change 56
56
document . write ( 'Your random number is ' + randomNumber + '<br>' ) ;
57
57
58
58
// For a full list of math methods
59
- // http ://www.w3schools.com/jsref/jsref_obj_math.asp
59
+ // https ://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math
60
60
61
61
</ script >
62
62
Original file line number Diff line number Diff line change 31
31
setInterval ( 'printTime()' , 1000 ) ;
32
32
33
33
// All the date object methods
34
- // http ://www.w3schools.com/jsref/jsref_obj_date.asp
34
+ // https ://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
35
35
36
36
37
37
</ script >
You can’t perform that action at this time.
0 commit comments