This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function day5_1 () { | |
var data = ['zgsnvdmlfuplrubt','vlhagaovgqjmgvwq','ffumlmqwfcsyqpss','zztdcqzqddaazdjp','eavfzjajkjesnlsb','urrvucyrzzzooxhx','xdwduffwgcptfwad','orbryxwrmvkrsxsr','jzfeybjlgqikjcow','mayoqiswqqryvqdi','iiyrkoujhgpgkcvx','egcgupjkqwfiwsjl','zbgtglaqqolttgng','eytquncjituzzhsx','dtfkgggvqadhqbwb','zettygjpcoedwyio','rwgwbwzebsnjmtln','esbplxhvzzgawctn','vnvshqgmbotvoine','wflxwmvbhflkqxvo','twdjikcgtpvlctte','minfkyocskvgubvm','sfxhhdhaopajbzof','sofkjdtalvhgwpql','uqfpeauqzumccnrc','tdflsbtiiepijanf','dhfespzrhecigzqb','xobfthcuuzhvhzpn','olgjglxaotocvrhw','jhkzpfcskutwlwge','zurkakkkpchzxjhq','hekxiofhalvmmkdl','azvxuwwfmjdpjskj','arsvmfznblsqngvb','ldhkzhejofreaucc','adrphwlkehqkrdmo','wmveqrezfkaivvaw','iyphmphgntinfezg','blomkvgslfnvspem','cgpaqjvzhbumckwo','ydhqjcuotkeyurpx','sbtzboxypnmdaefr','vxrkhvglynljgqrg','ttgrkjjrxnxherxd','hinyfrjdiwytetkw','sufltffwqbugmozk','tohmqlzxxqzinwxr','jbqkhxfokaljgrlg','fvjeprbxyjemyvuq','gmlondgqmlselwah','ubpwixgxdloqnvjp','lxjfhihcsajxtomj','q |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Swiper module | |
* | |
* It performs the callback function and returns the swipe direction | |
*/ | |
class Swiper { | |
constructor() { | |
// minimal swiping minDistance | |
this.minDistance = 100; |
OlderNewer