Questions tagged as 'object'

1
answer

RevealTrans Uncaught TypeError: Can not read property '0' of undefined

marco.getDiv().filters[0].Apply(); marco.getDiv().filters[0].Play(); frame is an object getDiv() returns this.getDiv() ; I would like to know what these lines of code do because I can not find a solution in other Internet page...
asked by 19.04.2018 / 11:44
1
answer

How to convert an array of pairs [key, value] into an object?

I have an array that previously orders 'Array: [ [ '2015', [ 11, 12 ] ], [ '2016', [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] ], [ '2017', [ 1, 2, 3, 4, 5, 6 ] ] ]' 'Array reverseado: [ [ '2017', [ 1, 2, 3, 4, 5, 6 ] ], [ '2016', [ 1, 2, 3, 4,...
asked by 24.07.2017 / 19:13