-
Notifications
You must be signed in to change notification settings - Fork 16
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
Built-in asset search #3
Comments
I'm assuming the |
@faraazahmad you are right, also we can use the search function as a prototype for the included asset object maybe? Like with kind of a syntax of;
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/prototype Decision is yours. |
https://jsfiddle.net/dzo3evwb/ Would this be fine? |
@faraazahmad yeah that looks great |
@faraazahmad just so you know, waiting for your pull request. |
Can you, like, merge it in october 😅 ? |
@faraazahmad Alright, can you give me a link that specifies anything about the merges should be done in October, I don't think there is a rule like that? |
https://hacktoberfest.digitalocean.com/#details |
I'll contribute nevertheless 😎 |
Allow user to do a simple array search in the assets object created. This can be implemented in the asset module as a method.
The text was updated successfully, but these errors were encountered: