Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Needpoule

Needpoule

Needpoule has asked 0 questions and find answers to 28 problems.

Stats

823
EtPoint
290
Vote count
0
questions
28
answers

About

var members = ["Ned", "Catelyn", "Robb", "Sansa", "Arya", "Bran", "Rickon"];
members.push("John Snow");

members.shift();
members.shift();
members.shift();

Full Stark Developer