Tag: pop

JS Array Methods

Pop- This method is used to remove the last element of the array. Syntax Array.pop() let Courses = ["Php", "java", "c"]; alert( Courses.pop() ); alert( Courses); Push- This method is used to insert an element to the end of...
READ MORE   >>

Recent Comments

    • Copyright © 2020 (Er. Shairy Kalra). All Rights Reserved