تمرین های جاوا اسکریپت (JavaScript)
Programming exercises جاوا اسکریپت (JavaScript)Latest exercises جاوا اسکریپت (JavaScript)
Write a program to create a proposed username for a system. The program must first get the name and age of the user, then paste the name and age and add the `_ 'between these two strands and ...
Design a page that has a custom text in the middle of the page (the background color is white and black text color) then design a button to change the page to the night mode when the user clicks it ...
Write a program using JavaScript so that the user can choose between green, red, blue, white and black and change the background to that color by selecting each color.
Write a function that receives a string and converts Persian numbers into English numbers
Write a function that creates a random password with the following conditions and returns the letters A to Z small and large numbers 0 to 9 passwords must be between 8 and 10 characters long
Write a program that receives text from the input and prints the translation in the output. It can also be able to get English text from the entrance and convert it to a coder. Input: hooshang ....--- .... ...
Write a program that receives 2 dates in yyyy/mm/dd format and print 2 dates to the output example: 1401/11/01 tarikh2: 1401/11/05 4 days Tarikh1: 1401/10/01 Tarikh2: 1401/11/05 34 Days
Create a form that receives the following from the user and give this form validation and surname (up to 2 characters) Age (between 1 and 2) Email (in email format) Mobile number (starting with 1 and 2 digits) password (Maximum ...
Create a button using HTML, CSS and JavaScript to appear full screen when clicking on it. This box must have an X -shaped button to close and when the user clicks it ...
Design a page using HTML CSS JS so that the user can enter their daily task list and see a list.
Write a function in JavaScript to receive a name and read and return the value of the cooking cookies received from the user browser
Design a corporate site homepage: There is a good header with the appropriate links at the top of the page.
Design a page for conventional questions using HTML, CSS and JavaScript. On this page, the usual questions should be displayed and when the user clicks on each question, the answer to that question is exactly below ...
Using HTML, CSS and JavaScript Design a menu that has the following features. Design a button to click on the menu 100% height from the right to enter the screen ...
Write a program that takes an array of integers and a number as an input and the position (index) finds that number with the help of a binary search algorithm in the array. If there were no number in the array, the right message ...
Programming a ticket system that: the user can create a new ticket and enter the title, the level of importance (trivial, important, critical) and the problem description of the manager can see the list of tickets in order of importance and so on ...