CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Posts
    1

    Post Can anyone help?

    I've been given two small tasks to be completed as part of a course I'm currently studying in JavaScript.
    Unfortunately, I haven't got a clue where to start.
    I'm using a program called IntelliJ which I'm totally unfamiliar with, I've never used it before.
    I'm not the best with Java OR JavaScript, hence the need for doing the course, but I've tried almost everything this time and nothing seems to get me anywhere.


    For part 1, I have to write JavaScript code to take text from a web page, perform a word count on the text, and present results in a table. The user should be able to choose for the data to be displayed in alphabetic/frequency order.


    For part 2, I have to program a tile puzzle game.
    Any tile next to the gap in the 9x9 grid can be moved to fill the gap by clicking the tile. Your program should allow the tiles to be randomly shuffled, and should also detect when they are correctly arranged in numerical order, and indicate this in some way (e.g. pop-up alert). You should be able to change the number of tiles in x and y simply by changing some variables.



    If anyone could offer me any help in either of these tasks I would be EXTREMELY grateful.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Can anyone help?

    Just to clarify something...IntelliJ is a Java IDE, not JavaScript. Java and JavaScript are two completely separate languages. They are in no way tied together.

    Also, please remember to use clear thread titles in the future. "Can anyone help?" states absolutely nothing about your problem. And most people won't even look at such a thread with a vague title.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: Can anyone help?

    [ moved ]
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured