D28951: solar_system activityConfig multipledata style added
emmanuel charruau <[email protected]>
| Newsgroups | gmane.comp.kde.education |
|---|---|
| Message-ID | <[email protected]> |
echarruau added inline comments. INLINE COMMENTS > dekumar wrote in SolarSystem.qml:79 > @echarruau Hi, I will try to explain this with an example. Let's take two example > > 1. if(9 == "9") > 2. if(9 === "9") > > In the first example it would return true, while comparing a string with integer. As the string also gets converted to integer due to type conversion which happens in JavaScript. > In the second example it would return false as it makes strict comparison without doing any type conversion of data. Hope it is clear to you now. > Thanks! Ok for me then, it makes sens. REPOSITORY R2 GCompris REVISION DETAIL https://phabricator.kde.org/D28951 To: dekumar, #gcompris_improvements, jjazeix Cc: echarruau, kde-edu, narvaez, apol