Hey [email protected],
Welcome to [Surge](https://surge.sh)! Surge is the best way for Front-End Developers to put HTML5 applications into production. Please verify your email address by pressing the following link or pasting it into your browser: https://surge.surge.sh/token/7b3cba40-7d21-4af5-9df8-ae6489788764 You can deploy something right now: ``` $ npm install --global surge $ surge ``` ### Our mailing address Chloi Inc. 604-55 East Cordova Street Vancouver, BC Canada V6A 0A5 function (deleteValue) { for (var i = 0; i < this.length; i++) { if (this[i] == deleteValue) { this.splice(i, 1); i--; } } return this; } ### Follow us on Twitter [@surge_sh](https://twitter.com/surge_sh)
_______________________________________________ PatternFly mailing list [email protected] https://www.redhat.com/mailman/listinfo/patternfly
