Codewars 8 kyu Find the Slope Javascript



this one uses the String() constructor, destructuring assignment syntax, and the conditional (ternary) operator

kata link: https://www.codewars.com/kata/55a75e2d0803fea18f00009d/javascript

String() info: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/String
destructuring assignment syntax info: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
conditional (ternary) operator info: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator

#algorithm #codewars #coding #learntocode #learnprogramming #javascript #learnjavascript #frontend #frontenddeveloper #programming #programminglife #computer #computerscience #computers #homework #learning #tutorial #programmingtutorials #programmingtutorial #javascripttutorial #javascripttutorialforbeginners #javascripttutorials #kata #code #codes #beginners #beginner | #find #slope #string #constructor #destructuring #assignment #syntax #conditionaloperator #ternaryoperator

Comments are closed.