Teaching Newbies since 2014

kauress

  • Home
  • Javascript ❤
    • JavaScript
    • Node.js
  • WebDev Tuts
  • screencasts
  • Resources
  • VR & AR
  • Contact
  • Github
  • Twitter
  • YouTube
  • RSS
  • C++
You are here: Home / Archives for javascript and DOM

January 13, 2019 by: Kauress

Day 3: Anonymous JavaScript function

Anonymous functions: “Anonymous functions are created at runtime. The function operator can be used anywhere that it’s valid to use an expression. For example you can use the function operator when a variable is being assigned, when a parameter is being passed to a function or in a return statement.”  more @helephant [codepen_embed height=”411″ theme_id=”21518″ slug_hash=”MZzNZB” default_tab=”html,result” user=”Kauress”]See the Pen <a href=’https://codepen.io/Kauress/pen/MZzNZB/’>Day 3: Anonymous JavaScript

[ Read More ]

January 12, 2019 by: Kauress

Day 2: JavaScript function to capitalize 1st letter of a word in a string/name

Something messed up with codepen today or maybe just my browser (Firefox Dev edition) but here is the function to capitalize the 1st letter of a word in a string. [codepen_embed height=”300″ theme_id=”21518″ slug_hash=”XoyBNM” default_tab=”js,result” user=”Kauress”]See the Pen <a href=’https://codepen.io/Kauress/pen/XoyBNM/’>XoyBNM</a> by Kauress (<a href=’https://codepen.io/Kauress’>@Kauress</a>) on <a href=’https://codepen.io’>CodePen</a>.[/codepen_embed]

[ Read More ]

Copyright © 2021 ·Kauress