javascript problem #37
Replies: 2 comments 8 replies
-
|
ah, alright. I will look into it today. just got up and starting my day. (Note: You should also put this code in CodePen along with GitHub) Or (Note: since it is vanilla JS project, you don’t need to use GitHub at all and use only CodePen for such things) I will update this thread once I have more information. Thanks. Jay. |
Beta Was this translation helpful? Give feedback.
-
|
So, first step, I have put it in CodePen. https://codepen.io/jay-pancodu/pen/RwErVjm?editors=0011 And the error is happening in this specific line. Now, you are using a very advance feature called ‘set’ for some reason. Even I don’t use this advance feature so I am very confused why you are using it. more details about set (an advanced object concept) can be found here. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set So, I think, you found this code online somewhere and tried to copy paste. Tell me where you got this code online and I will try to read it. Another option is, this is a very simple puzzle. You should be using regular basic simple javascript functions to solve it. So, there you go. I hope this helps. Thanks. Jay |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hlo jay sir....!
@Jay-study-nildana
i m facing with some issue in javascript code can u please solve , unable to see output in console .
error displayed as :-Uncaught ReferenceError: set is not defined
here is the file repositve file code link :-
https://github.com/mohammedawez/problem-of-javascript
url:-
https://github.com/mohammedawez/problem-of-javascript.git
@Jay-study-nildana
Beta Was this translation helpful? Give feedback.
All reactions