mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
JS: Change note and updated help
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function distance({x: number, y: number}) {
|
||||
return Math.sqrt(x*x + y*y);
|
||||
}
|
||||
Reference in New Issue
Block a user