Hi! People, there is a great opportunity for all of you by IIIT KOTA. IIIT KOTA is оffering skill develорment Mаssive Орen Оnline Соurses (MООСs) in the Hindi аnd English lаnguаges bоth fоr students frоm diversified bасkgrоunds асrоss Indiа. IIIT KOTA launched free certification courses. These courses surely will help you to enhance your skills.
About Courses :
English for Personal and Professional Development :
This course is designed to improve communication skills and details many tools which will improve your communication skills. In the end, of course, you will be able to develop your personality, soft skills and much more which will help you get ahead in business and rest of life.
Language: English
Certification: Yes
Duration: 21 hours
Eligibility: Anyone
Click here to Enroll free in English for personal and professional development
Wildlife Naturalist:
This course will give you lots of information about wildlife in India. In this course, you will be provided the details of Birds, Amphibians, Butterflies and guide you as a professional.
This course will help you to make your dream comes true as an Entrepreneurship. This course will be helpful to understand the basic concepts of entrepreneurship.
Language: Hindi
Certification: Yes
Duration: 4 hours
Eligibility: Anyone
Click here to Enroll free in Basics of Entrepreneurship
Introduction to Photography:
Nowadays photography is a next-level skill. This course covers a wide range of topics with history, composition, different terminologies, storytelling.
Language: Hindi
Certification: Yes
Duration: 4 hours
Eligibility: Anyone
Click here to Enroll free in Introduction to Photography
Basic Computer Skills:
This course is designed to learn the basic essential to computer skills. After the course, The learners will be able to perform the basic task of a computer system such as sending emails, using search engines, Spreadsheets, Presentation, Receive and send emails, and different types of software such as MS Word, MS Excel, MS Powerpoint
Language: Hindi
Certification: Yes
Duration: 5 hours
Eligibility: Anyone
Click here to Enroll free in Basic Computer Skills
How to get the certificate :
You need to complete all the Videos. The score should be more than or equal to 50% and alsoupload your profile picture in the Profile section to generate your certificate.
JavaScript is a versatile language widely used for web development. Today, we'll explore some Basics Javascript Interview Questions. Javascript Interview Questions & Answers 1. Summing Two Numbers Let's start with a simple function that sums two numbers: The sum function takes two parameters, a and b , and returns their sum. The console.log statement outputs the result of sum(4, 8) , which is 12 . 2. Finding the Maximum Number in an Array Solution 1 : Using Math.max and the Spread Operator In this solution, Using Math.max with the spread operator ( ... ). This operator expands the array into individual elements, allowing Math.max to compare them directly. Solution 2 : Using for loop The maxNumber function initializes max to the first element of the array and then iterates through the rest of the array. If it finds a larger number, it updates max . Finally, it returns the maximum value. 3. Reversing a String Here, reverseString function splits the string into an arr
HTML Cheat Sheet: A Comprehensive Guide for Web Developers HTML (HyperText Markup Language) serves as the backbone of all web pages, providing structure and organization to the content displayed on websites. Whether you're a seasoned web developer or just starting out, having a handy HTML cheat sheet can be incredibly useful. In this comprehensive guide, we'll explore the essential HTML tags, attributes, and elements that you need to know to create well-structured and semantically correct web pages. 1. Introduction to HTML HTML, standing for HyperText Markup Language, is the foundation of the World Wide Web. It provides a standardized way to structure the content of web pages, allowing web browsers to interpret and display that content accurately. HTML utilizes tags, which are enclosed in angle brackets (< >), to define the structure and formatting of elements within a webpage. 2. HTML Cheat Sheet Overview An HTML cheat sheet is an invaluable resource for web
So, Are you tired to create multiple MODALS in ReactJS?? If yes, then In this article I will help you to learn how to Create Dynamic Modal in React JS. Creating a dynamic common modal in React-Bootstrap that can be reused across multiple components with different input fields involves a few steps. The idea is to create a flexible modal component that can receive different sets of input fields as children and handle the form submission dynamically. Here’s how you can achieve this: 1. Install react-bootstrap bootstrap package in your vite react project OR If you want then you can also use C-R-A. 2. Y ou include Bootstrap CSS in your project, typically in main.jsx. 3. Create a CommonModal Component : This component will render the modal and accept children elements, which will be the dynamic input fields. 4. Use CommonModal in Different Components : Now, you can use this modal in different components and pass different sets of input fields as children. Here, I use common Modal for r
Connect with me