Skip to content

Commit

Permalink
add añadiendo un espacio b00tc4mp#63
Browse files Browse the repository at this point in the history
  • Loading branch information
ousman08 committed Oct 1, 2024
1 parent 764b5f5 commit 2a0d032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staff/ousman-kruball/playground/array/Array.prototype.push.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ console.log('TEST Array.prototype.push')

console.log('CASE and 400 to nums')

var nums = [100,200, 300]
var nums = [100, 200, 300]
var length = nums.push(400)
console.log(nums)
// [100, 200, 300 400] (4)
Expand Down

0 comments on commit 2a0d032

Please sign in to comment.