diff --git a/snippets/vectorAngle.md b/snippets/vectorAngle.md index 119c77e30..64567066b 100644 --- a/snippets/vectorAngle.md +++ b/snippets/vectorAngle.md @@ -1,6 +1,6 @@ --- title: vectorAngle -tags: math,intermediate +tags: math,beginner --- Returns the angle (theta) value between two vectors. @@ -33,4 +33,4 @@ const theta = ((...x) =>{ ```js theta(3,4,4,3); // 0.283794109208328 -``` \ No newline at end of file +```