Array splicing

Hi i have an array called wordPress, it contains single letter strings,
when i call
wordPress.splice(0);
it deletes all letters in the array,
i only want to delete the very first letter,
any help?
thanks