Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Xotic750
Xotic750 has asked
9
questions and find answers to
83
problems.
Stats
1.9k
EtPoint
537
Vote count
9
questions
83
answers
About
Little of this, little of that: Javascript, C, C++, shell and a whole load of other.
Xotic750 questions
Fastest method for testing a fixed phone number pattern
randomInt function that can uniformly handle the full range of MIN and MAX_SAFE_INTEGER
Nodejs methods with 'thisArg' and 'use strict'; issue
ES6 reverse iterate an array using for..of, have I missed something in the spec?
An improved isNumeric() function?
Xotic750 answers
How to pause and resume a javascript timer [duplicate]
Annotate javascript function parameters?
How do I validate yyyy-mm-dd hh:mm:ss format
Search for divs that contain specified text
Generating a Smooth Random Trend (Random Walk) in JavaScript
Combining Date and Time input strings as a Date object
javascript: check for blank textNode
Why toString is not a generic function in javascript
How to bind click event on image added using CSS 'background-image' property in jQuery
Why does points.sort(function(a, b){return a-b}); return -1, 0 or 1?