Reword size snippet

This commit is contained in:
Angelos Chalaris
2019-12-20 09:53:13 +02:00
committed by GitHub
parent 10713f5a4e
commit 52a7cae2b6

View File

@ -3,7 +3,7 @@ title: size
tags: object,array,string,intermediate tags: object,array,string,intermediate
--- ---
Get size of arrays, objects or strings. Gets the size of an array, object or string.
Get type of `val` (`array`, `object` or `string`). Get type of `val` (`array`, `object` or `string`).
Use `length` property for arrays. Use `length` property for arrays.