Skip to content

Commit 11fc6eb

Browse files
#1 - typescript
1 parent dafe21a commit 11fc6eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Roadmap/01 - OPERADORES Y ESTRUCTURAS DE CONTROL/javascript/duendeintemporal.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* { RETOS DE PROGRAMACIÓN } #1 OPERADORES Y ESTRUCTURAS DE CONTROL */
22
//Note: I use Matt Frisbie book "Professional JavaScript for Web Developers" as a reference to give accurate additional information about the use of some operantors
33
//I also serch some tips in JavaScript Notes for Professionals from the beautiful people of StackOverflow. You can get it for free in GoalKicker.com
4+
//and https://www.typescriptlang.org/docs/
45

56
//short for console.log
67
let log = console.log.bind(console);

0 commit comments

Comments
 (0)