Write some Software

  • Stare: Closed
  • Premiu: €50
  • Intrări primite: 2
  • Câștigător: tampan6689

Sumarul concursului

I have small javaScript project, it's implementation few tasks which is attached to the file.

NOTE: you only have 5 hrs.

if you can't access the file you can see Details here:
A series of numbers is given in an array.
3 2 0 15 4 10
Solve the following subtasks. Write the results of the subtasks to the console.
Create the corresponding JavaScript data structure!
Return the odd elements as an array from the original array!
Decide whether the array contains element greater than 10!
-------------------------------------------------------------------------------------------------
A text is given. Count which character how many times occurs in the text. For example, in the text apple the solution would be: a:1, p:2, l:1, e:1.

Create a function which takes a text as a parameter and returns a data structure containing the counting results. You can use the length property for determining the length of the string, and you can refer to the ith character by s[i], starting from 0. You can use an object for storing the counting results, where the character is the key, and the count is the value. If a key does not exist in the object, obj[key] returns undefined. Call the function with some example texts, and log to the console the result!

Create a form on the page containing a text area input field and a button. Clicking on the button, show the result of the counting as a table (with character, count headers). If you cannot solve subtask a., then use a data structure with prefilled values, and show it as a table!
-----------------------------------------------------------------------------------------------------
To-do list items are given on the page. Make it possible to check or uncheck a list item by clicking on it.
Create an unordered static list on the page with at least 5 list items. The content of the list items is up to you.
By clicking on a list item add the done style class to the classes of the list item.
.done {
text-decoration: line-through;
}
licking again remove the done style class from the list item.
Add an input field and a button to the page. Clicking on the button, add a new to-do item to the list. Checking and unchecking should work for this dynamically added list item as well.

Aptitudinile recomandate

Feedback de la Angajator

“It's my second project with Alexson and I am so happy to work with him for the second time hoping there will be a chance to work more together.”

Imagine de profil errormaker, Hungary.

Cele mai bune intrări pentru acest concurs

Vezi mai multe intrări

Panoul public de clarificare

  • ChristoAbraham
    ChristoAbraham
    • acum 5 ani

    Supported files types are: JPG, PNG, GIF

    • acum 5 ani
  • ChristoAbraham
    ChristoAbraham
    • acum 5 ani

    How to upload an HTML file as the solution .

    • acum 5 ani
  • errormaker
    Titularul concursului
    • acum 5 ani

    yes you right, I will fix it now

    • acum 5 ani
  • sap96
    sap96
    • acum 5 ani

    Hi. The problem description says "I have a small PHP project" from which I presume you wish for the solution to be developed in PHP. However, the first task states "Create the corresponding JavaScript data structure! ". Could you please clarify the language you would prefer to be used?

    • acum 5 ani

Cum să începi concursurile

  • Postează-ţi concursul

    Postează-ți concursul Rapid și ușor

  • Obține o mulțime de intrări

    Obține o mulțime de intrări Din întreaga lume

  • Premiază cea mai bună intrare

    Premiază cea mai bună intrare Descarcă ușor fișierele

Postează un concurs chiar acum sau înregistrează-te astăzi!