Gringerrrrr

#1 Created at ... [Delete] [Delete and Lock User]

var arr=['a','b','c','d','e','f','g','h']; var aCopy=arr.slice(); aCopy;//["a", "b", "c", "d", "e", "f", "g", "h"] aCopy=arr;//["a", "b", "c", "d", "e", "f", "g", "h"] aCopy==arr;//true aCopy===arr;//true


  • 1

Reply