Coding Master
11K subscribers
288 photos
13 videos
219 files
3.06K links
ADMIN : @Coding_Master πŸ‘¨πŸΌβ€πŸ’Ό

Hello guys, I Created This Telegram Channel To Share Useful Content On Web Development & Programming.

πŸ‘‰ Free Ebooks
πŸ‘‰ Free Tools & Resources Links
πŸ‘‰ Free Projects Source Code

So Stay Tuned With Us & Keep Learning πŸ˜‰
Download Telegram
Visit our first post on Dev CommunityπŸ‘‡πŸ‘‡
Don't forget to like & share the post
Write a JavaScript program to compute the absolute difference between a specified number and 19. Returns triple their absolute difference if the specified number is greater than 19.

function diff_num(n) {
if (n <= 19) {
return (19 - n);
}
else
{
return (n - 19) * 3;
}
}

console.log(diff_num(12));
console.log(diff_num(19));
console.log(diff_num(22));
Material Card Design.zip
1.3 KB
Source Code
I've completed 70K Followers on my Instagram page @coding_.master πŸ₯³πŸ₯³πŸ˜πŸ˜πŸ˜πŸ”₯πŸ”₯

Thnxx to all guys from the bottom of my heart ❀❀❀πŸ₯°πŸ₯°πŸ€—πŸ€—

Keep supporting always 😍😍
Follow us on Instagram to learn web development πŸ‘‰πŸ‘‰ https://www.instagram.com/coding_.master/
8 JavaScript & CSS Frameworks for Enhancing HTML Forms πŸ‘‡πŸ‘‡