Link to the class Mr. Madali's Class
Activities:
1. Setting up Blog
2. Review of HTML
3. Application of HTML (About Me)
4. Introduction to JavaScript (Exer1.)
5. Exercise no.2 (JavaScript Introduction)
6. Exercise no.3 (Currency Conversion)
7. Exercise no.4(Odd/Even number)
8. Project(Calculator)
9. Google Form(Learn Google Form)
10. Object Practice 1(Create a simple application with two or more objects.
Write a paragraph or letter combining those properties of object)
11. Bank Account
12. Object/Event Lesson (Exercise no.1 Exercise no.2)
13. String Method Exercise
14. Test on String and String Method
Create an input box to accept test of a full name in the form of "LAST NAME,
FIRST NAME" example "REYES, MYRA" and then create a function to separate last name and first name into separate variable.
Full name:Reyes, Myra
|click|
Last name: Reyes
First name: Myra
15. Numbers Exercise 1 ,2, 3 and 4.
16. Test on numbers and numbers
17. Math Method
18. Date Method
19. Input Type Method
20. Quizzzzzzzz
21. Array Exercises
22. Test on Array
23. Array Method Exercises
24. Test on Array Methods / Array
Return an array that contains exactly the same numbers as the given array, but rearranged so that every 3 is immediately followed by a 4. Do not move the 3's, but every other number may move. The array contains the same number of 3's and 4's, every 3 has a number after it that is not a 3 or 4, and a 3 appears in the array before any 4
fix34({1, 3, 1, 4}) --> {1, 3, 4, 1}
fix34({1, 3, 1, 4, 4, 3, 1})--> {1, 3, 4, 1, 1, 3, 4}
fix34({3, 2, 2, 4})--> {3, 4, 2, 2}
No comments:
Post a Comment