1. C oncatenate 2 var data + in one var (2 var ke data ko jodta hai js mai); 2.What are the Components? what are you doing Components are independent and reusable bits of code . They serve the same purpose as JavaScript functions, but work in isolation and return HTML via a render() function. Components come in two types, Class components and Function components 3.Types of React Components Functional Components. Class Components. Pure Components. Higher-Order Components. 4.jquery wich always using id is # for example(#abc) 5. 3 type of HTML data output in js 1)HTML .2)text .3)append mens repet input field or data 6. onkeypress function in js is function mai agr input field mai koi v data type krenge to output mai koi changes ni hoga 7...3 type of function create in js i) function get_onkeypress(e){ document.getElementById('onkeypress').value=e; } (normal function); ii )var demo=f...
Laravel vs CodeIgniter: Which is Better? What is Laravel? Laravel is an open-source widely used PHP framework. The platform was intended for the development of web application by using MVC architectural pattern. Laravel is released under the MIT license. Therefore its source code is hosted on GitHub. It is a reliable PHP framework as it follows expressive and accurate language rules. What is CodeIgniter? CodeIgniter is a powerful PHP framework. It is built for developers who like a simple and elegant toolkit to create full-featured web applications. CodeIgniter is one of the best options for creating dynamic websites using PHP. It provides complete freedom for the users as they don't need to depend on the MVC development pattern. Moreover, it allows third-party plugins which can be useful to implement complicated functionalities. It also offers awesome security and encryption procedures. Why use Laravel? Laravel offers version control system that helps with simplified management ...
Comments
Post a Comment