Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
2.27k
stars
143
forks
source link
Test: javascript: Use `const` instead of `var` #479
Closed
abetomo closed 2 months ago
The test code used
const
, so we unified it. Also, it is better to useconst
thanvar
.