Skip to content
Prev Previous commit
made description for compare-arrays more descriptive
  • Loading branch information
KCSquid committed Jan 10, 2025
commit 6d194641113517111241de7425d1d5303e7b52ed
2 changes: 1 addition & 1 deletion snippets/javascript/array-manipulation/compare-arrays.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Compare Arrays
description: Compares two arrays to check if they are equal.
description: Deeply compares two arrays to check if they are equal to each other (supports nested arrays and objects).
author: KCSquid
tags: array,object,compare,equal
---
Expand Down
Loading