Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding New Feature in Doc #31

Open
MadyDixit opened this issue Jan 6, 2020 · 2 comments
Open

Adding New Feature in Doc #31

MadyDixit opened this issue Jan 6, 2020 · 2 comments

Comments

@MadyDixit
Copy link

Can we Add length literal in Array i.e will Help to find the length of Array.

array.length
return : x: size of Array

@0-harshit-0
Copy link

I'm on it

@MadhavKhera1
Copy link

var array = [];
array["foo"] = "bar";
array["bar"] = "foo";

document.write(array.length);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants