unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
2.27k stars 143 forks source link

Test: javascript: Use `const` instead of `var` #479

Closed abetomo closed 2 months ago

abetomo commented 2 months ago

The test code used const, so we unified it. Also, it is better to use const than var.