We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbead8 commit 1695822Copy full SHA for 1695822
Roadmap/01 - OPERADORES Y ESTRUCTURAS DE CONTROL/typescript/duendeintemporal.ts
@@ -1,6 +1,7 @@
1
-/* #1 { PROGRAMMING CHALLENGES } OPERATORS AND CONTROL STRUCTURES */
+/* #01 { PROGRAMMING CHALLENGES } OPERATORS AND CONTROL STRUCTURES */
2
// Note: This code references Matt Frisbie's book "Professional JavaScript for Web Developers" for accurate information about operators.
3
// Additional tips are sourced from "JavaScript Notes for Professionals" by the StackOverflow community, available for free at GoalKicker.com.
4
+//and https://www.typescriptlang.org/docs/
5
6
// Short for log
7
const log = console.log;
0 commit comments