{"id":4609,"date":"2021-02-10T09:27:58","date_gmt":"2021-02-10T08:27:58","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=4609"},"modified":"2022-07-25T08:35:41","modified_gmt":"2022-07-25T07:35:41","slug":"javascript-array-compare","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/javascript-array-compare\/","title":{"rendered":"Javascript array compare"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"js\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">function arrayCompare(a, b, fn) {\n    let i = 0;\n    while (i &lt; a.length) {\n        const r = fn(a[i], b[i]);\n        if (r !== 0) return r;\n        i++;\n    }\n    return 0;\n};\n\n\/\/ example:\n[\n        \"\/js\/app-cc925cd038.js\",\n        \"\/fonts\/glyphicons-halflings-regular.ttf\",\n        \"\/\",\n        \"\/assets\/locale\/nl-nl.json\",\n        \"\/fonts\/glyphicons-halflings-regular.woff\",\n        \"\/fonts\/fontawesome-webfont.svg\",\n        \"\/fonts\/glyphicons-halflings-regular.eot\",\n        \"\/fonts\/fontawesome-webfont.woff2\",\n        \"\/assets\/locale\/en-us.json\",\n        \"\/styles\/lib-97fce33880.css\",\n        \"\/assets\/locale\/cultures.json\",\n        \"\/index.html\",\n        \"\/fonts\/fontawesome-webfont.ttf\",\n        \"\/fonts\/fontawesome-webfont.eot\",\n        \"\/styles\/app-22ee7654ac.css\",\n        \"\/fonts\/FontAwesome.otf\",\n        \"\/js\/lib-0fe6c755ea.js\",\n        \"\/fonts\/glyphicons-halflings-regular.svg\",\n        \"\/serviceWorker.js\",\n        \"\/fonts\/fontawesome-webfont.woff\",\n        \"\/fonts\/glyphicons-halflings-regular.woff2\",\n].sort((a, b) => arrayCompare(a.split(\"\/\"), b.split(\"\/\"), (a, b) => String(a).localeCompare(b)));\n\n\/*\n[\n  \"\/\",\n  \"\/assets\/locale\/cultures.json\",\n  \"\/assets\/locale\/en-us.json\",\n  \"\/assets\/locale\/nl-nl.json\",\n  \"\/fonts\/fontawesome-webfont.eot\",\n  \"\/fonts\/fontawesome-webfont.svg\",\n  \"\/fonts\/fontawesome-webfont.ttf\",\n  \"\/fonts\/fontawesome-webfont.woff\",\n  \"\/fonts\/fontawesome-webfont.woff2\",\n  \"\/fonts\/FontAwesome.otf\",\n  \"\/fonts\/glyphicons-halflings-regular.eot\",\n  \"\/fonts\/glyphicons-halflings-regular.svg\",\n  \"\/fonts\/glyphicons-halflings-regular.ttf\",\n  \"\/fonts\/glyphicons-halflings-regular.woff\",\n  \"\/fonts\/glyphicons-halflings-regular.woff2\",\n  \"\/index.html\",\n  \"\/js\/app-cc925cd038.js\",\n  \"\/js\/lib-0fe6c755ea.js\",\n  \"\/serviceWorker.js\",\n  \"\/styles\/app-22ee7654ac.css\",\n  \"\/styles\/lib-97fce33880.css\"\n]\n*\/\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[5,4,1],"tags":[],"class_list":["post-4609","post","type-post","status-publish","format-standard","hentry","category-javascript","category-programming","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/4609","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=4609"}],"version-history":[{"count":3,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/4609\/revisions"}],"predecessor-version":[{"id":4613,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/4609\/revisions\/4613"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=4609"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=4609"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=4609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}