Generating a random number between two values using javascript Generating a random number between two values using javascript Reviewed by Bhaumik Patel on 7:19 PM Rating: 5

Keyboard Keys and Key Code Values

Bhaumik Patel 7:34 PM
List all the keys on a standard keyboard and the corresponding key code values and ASCII key code values. DEMO Letters A to Z and st...Read More
Keyboard Keys and Key Code Values Keyboard Keys and Key Code Values Reviewed by Bhaumik Patel on 7:34 PM Rating: 5

Pad Left or Right Using JavaScript

Bhaumik Patel 7:19 PM
String Padding in JavaScript // Pad Right String.prototype.padRight = function (l, c) { return this + Array(l - this.length + 1).join...Read More
Pad Left or Right Using JavaScript Pad Left or Right Using JavaScript Reviewed by Bhaumik Patel on 7:19 PM Rating: 5