
JavaScript
15 Questions
14 Total Posts
6 Snippets
All
0
0
2241
What is the difference between `var functionName = function() {}` vs `function functionName() {}`?
Asked by Sohail ·
What are the purposes behind utilizing these two different methods and what are the upsides and downsides of each? Is there anything that can be done with one method that isn't (...)
0
1
2039
How to verify that a string has a substring in JavaScript?
Asked by Sohail ·
Is there any method to check if string has a substring something like String.contains('some string').
0
2
1525
0
1
2454
How to Upload Multiple Images and Files in Laravel with Validation?
Asked by Deepak Kumar ·
How to implement Laravel file upload functionality with multiple file and image uploading option.
0
1
1514
How to remove a specific item from an array?
Asked by Sohail ·
Is there an easy method to delete a particular element from an array? I'm searching for something like this: array.remove(number);
1
2
1565
How to check if an element is hidden in jQuery?
Asked by vinoy ·
How might you test if an HTML element is visible or hidden in the DOM? Is it possible to toggle the visibility of a HTML element?
0
2
1437
30+ Github Repos for JavaScript Developers
As the biggest stage for open source collaboration, Github is the ideal place for developers to work on resources related to JavaScript. A speedy hunt will yield JavaScript cheatsheets, (...)

0
0
4185