Category: Laravel Archives - The Code Learners

Laravel form validation provides various methods for validating form data, nested fields and files. These methods are very easy to understand

Javascript Array, In this post you'll learn creating, push() , delete keyword and deleting using splice() method of javascript arrays.

In Javascript, type conversion is done through built-in methods and functions such as number(), parseInt(), parseFloat(), toString()

Javascript data-types are used for storing different types of data. They general data-types are strings, null, numbers, boolean etc.

Javascript numbers can be directly assigned to a variables without any need of declaring data-type. Assginment, type checking, nan operations

Javascript provides properties and methods for string handling they are replace(), split() methods and length property etc.