Click here to Skip to main content
15,797,543 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionJavascript: indicate when item in a list clicked? Pin
Xarzu30-Nov-19 3:11
Xarzu30-Nov-19 3:11 
QuestionRe: Javascript: indicate when item in a list clicked? Pin
Richard MacCutchan30-Nov-19 5:37
mveRichard MacCutchan30-Nov-19 5:37 
AnswerRe: Javascript: indicate when item in a list clicked? Pin
Member 1469087416-Dec-19 0:21
Member 1469087416-Dec-19 0:21 
Questionre: Highlight all the fields Pin
Member 1466767925-Nov-19 6:27
Member 1466767925-Nov-19 6:27 
AnswerRe: re: Highlight all the fields Pin
jkirkerx25-Nov-19 9:11
professionaljkirkerx25-Nov-19 9:11 
GeneralRe: re: Highlight all the fields Pin
Member 1466767925-Nov-19 12:30
Member 1466767925-Nov-19 12:30 
GeneralRe: re: Highlight all the fields Pin
Member 1466767925-Nov-19 14:02
Member 1466767925-Nov-19 14:02 
QuestionJavaScript Question that doesn't make since. Pin
Member 1466141319-Nov-19 13:07
Member 1466141319-Nov-19 13:07 
Hello,
I'm looking into taking a course and on the precourse material the question ask...

function NumberFour(value){
let greaterThanFive = false;
// In this exercise, you will be given a variable, it will be called: value
// You will also be given a variable named: greaterThanFive
// Using an 'if' statement check to see if the value is greater than 5. If it is, re-assign greaterThanFive the boolean true.


// Please write your answer in the line above.
return greaterThanFive;
}

How would I know if the value is greater than 5? Is this a trick question... would someone please explain.

Thanks
AnswerRe: JavaScript Question that doesn't make since. Pin
Afzaal Ahmad Zeeshan19-Nov-19 17:58
professionalAfzaal Ahmad Zeeshan19-Nov-19 17:58 
QuestionHow can I avoid the phenomenon of asynchronous code using promises and async/await? Pin
Simos Sigma17-Nov-19 3:38
Simos Sigma17-Nov-19 3:38 
AnswerRe: How can I avoid the phenomenon of asynchronous code using promises and async/await? Pin
Nathan Minier18-Nov-19 2:35
professionalNathan Minier18-Nov-19 2:35 
AnswerRe: How can I avoid the phenomenon of asynchronous code using promises and async/await? Pin
Richard Deeming18-Nov-19 8:47
mveRichard Deeming18-Nov-19 8:47 
Questionclient's windows login name Pin
kishor kumar S H17-Nov-19 0:47
kishor kumar S H17-Nov-19 0:47 
AnswerRe: client's windows login name Pin
Eddy Vluggen17-Nov-19 1:41
professionalEddy Vluggen17-Nov-19 1:41 
AnswerRe: client's windows login name Pin
Nathan Minier18-Nov-19 2:40
professionalNathan Minier18-Nov-19 2:40 
GeneralRe: client's windows login name Pin
kishor kumar S H18-Nov-19 22:49
kishor kumar S H18-Nov-19 22:49 
GeneralRe: client's windows login name Pin
Nathan Minier19-Nov-19 1:45
professionalNathan Minier19-Nov-19 1:45 
GeneralRe: client's windows login name Pin
kishor kumar S H23-Nov-19 18:54
kishor kumar S H23-Nov-19 18:54 
Question!!Please Help!! Student Needs Help It Shows me exercise 2 is correct but exercise 1 is not defined JS assign 3 and 13 Pin
Member 1465076510-Nov-19 12:20
Member 1465076510-Nov-19 12:20 
AnswerRe: !!Please Help!! Student Needs Help It Shows me exercise 2 is correct but exercise 1 is not defined JS assign 3 and 13 Pin
Richard MacCutchan10-Nov-19 23:23
mveRichard MacCutchan10-Nov-19 23:23 
QuestionGetting this following error: compare.js:1 Uncaught Error: Cannot find module 'ember' Pin
simpledeveloper5-Nov-19 10:26
simpledeveloper5-Nov-19 10:26 
SuggestionRe: Getting this following error: compare.js:1 Uncaught Error: Cannot find module 'ember' Pin
jkirkerx5-Nov-19 12:47
professionaljkirkerx5-Nov-19 12:47 
GeneralRe: Getting this following error: compare.js:1 Uncaught Error: Cannot find module 'ember' Pin
simpledeveloper5-Nov-19 13:14
simpledeveloper5-Nov-19 13:14 
QuestionLoading of a td value using another td value in Ember hbs file Pin
simpledeveloper4-Nov-19 12:32
simpledeveloper4-Nov-19 12:32 
GeneralRe: Loading of a td value using another td value in Ember hbs file Pin
jkirkerx5-Nov-19 13:06
professionaljkirkerx5-Nov-19 13:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.