Skip to content

Instantly share code, notes, and snippets.

View e-mihaylin's full-sized avatar
🏠
Working from home

Eugene Mihaylin e-mihaylin

🏠
Working from home
View GitHub Profile
/*
Solution of: https://www.codewars.com/kata/545434090294935e7d0010ab
*/
var query = function () {
var self = {};
var tables = [];
var selector = null;