تمرین های جاوا اسکریپت (JavaScript)
Programming exercises جاوا اسکریپت (JavaScript)Latest exercises جاوا اسکریپت (JavaScript)
Write a robot to perform mathematical operations. When the Calc 5+3 user sends back, the robot returns the result (8).
Write a program that receives 2 users and calculates the Fibonacci series (between those two) and prints in the output
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 ...
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 ...
Write a code that uploads a video with an address (test) on the page. There are video control buttons too
Write a program using JavaScript so that the user can choose from between green, red, blue, white and black and change the background to that color by selecting each color.
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 function in JavaScript to receive a name and read and return the value of the cooking cookies received from the user browser
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 ...
Create a storage counter using HTML, CSS and JavaScript: Put the default number on 0 and create 2 buttons to increase and reduce. Reduce the counter number button and ...
Design a page using HTML, CSS, JS to display customer comments. Each commentary includes customer image, customer name and customer opinion. At any moment, a customer's comment is displayed and changed every 5 seconds and comments ...
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 corporate site homepage: There is a good header with the appropriate links at the top of the page.
Write a program using JavaScript so that the user can enter the website address and immediately move to the logged address
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 ...
Write a program that receives 2 dates in yyyy/mm/dd format and print 2 dates to the output for example Tarikh1: 1401/11/01 tarikh2: 1401/11/05 4 days Tarikh1: 1401/10/01 Tarikh2: 1401/11/05 34 Days