Sort 50 Discussions, By:

Sorry, you do not have a permission to answer to this question.

  • gswheeler 9 years ago + 3 comments

    Personally, I think this challenge was mis-named: it is really only about using the value in a function argument (none of the code WE write involves getting input from the user or the call to the script; we just print what gets passed to the function).

    Add Reply Preview cancel

    Sorry, you do not have a permission to answer to this question.

    • valmik31 9 years ago + 0 comments

      Ya you're right. I agree.

      Add Reply Preview cancel

      Sorry, you do not have a permission to answer to this question.

      • willaguirre 9 years ago + 1 comment

        me too =/

        Add Reply Preview cancel

        Sorry, you do not have a permission to answer to this question.

        • willaguirre 9 years ago + 0 comments

          you don't need to pass the string "fdsfsdf" only add the validation

          Add Reply Preview cancel

          Sorry, you do not have a permission to answer to this question.

        • Javaneera 9 years ago + 0 comments

          I agree with you

          Add Reply Preview cancel

          Sorry, you do not have a permission to answer to this question.

        • [deleted] 9 years ago + 0 comments

          I started a GIT branch for those who need a little help let me know if you need explanations added as well https://github.com/giannioudis/7-Days-of-JavaScript

          Add Reply Preview cancel

          Sorry, you do not have a permission to answer to this question.

          • deepalisingh1131 2 months ago + 0 comments

            I am facing problem to solve this question can you please help me to understand this question

            function processData(input) { console.log(input); }

            const mockInput = "How many chickens does it take to cross the road?"; processData(mockInput.trim());

            I am using this code but still getting error

            Add Reply Preview cancel

            Sorry, you do not have a permission to answer to this question.

            • mohitepratik846 11 months ago + 0 comments

              Explain the quetion I canot uderstand the quetion

              Add Reply Preview cancel

              Sorry, you do not have a permission to answer to this question.

              • Blu3Pix3l 12 months ago + 0 comments

                This was the stupidest way to have someone console log input and make it confusing a heck.

                Add Reply Preview cancel

                Sorry, you do not have a permission to answer to this question.

                1. Challenge Walkthrough
                  Let's walk through this sample challenge and explore the features of the code editor.1 of 6
                2. Review the problem statement
                  Each challenge has a problem statement that includes sample inputs and outputs. Some challenges include additional information to help you out.2 of 6
                3. Choose a language
                  Select the language you wish to use to solve this challenge.3 of 6
                4. Enter your code
                  Code your solution in our custom editor or code in your own environment and upload your solution as a file.4 of 6
                5. Test your code
                  You can compile your code and test it for errors and accuracy before submitting.5 of 6
                6. Submit to see results
                  When you're ready, submit your solution! Remember, you can go back and refine your code anytime.6 of 6
                1. Check your score