#1825daysofcode search results

15 #1825DaysOfCode REDUCE THE PROBLEM TECHNIQUE V.Anton Spraul. For example,suppose you’re asked to write a program that reads ten numbers and figures out which number is the third highest. If you are stuck, you should reduce the problem to something simpler. #fundamentalsJS


22 #1825DaysOfCode Working with DOM = Document Object Model . #fundamentalsJS


19 #1825DaysOfCode Arrays are indexes by number Objects are indexes by name #fundamentalsJS


20 #1825DaysOfCode Test Driven Development(TDD) Its refers to the practice of writing automated tests that describe how your code should work (supplies the expected output) before you actually write a code. #fundamentalsJS


21 #1825DaysOfCode Must you ? initialize values in every function interaction or initialize in main scope or both ? Does it Depend of the purpose of values to be initialize? Sum +=i; How the browsers compile JavaScript and html file ?? #fundamentsJS


24 #1825DaysOfCode Branches in git allow your repository to hold multiple alternate reality versions of your files at the same time. When you make commits on a specific branch those changes only exist on that branch and don’t affect any other branch. #fundamentalsJS


18 #1825DaysOfCode Node.js Provides a interactive console which lets you debug/test and edit small snippets of your javascript code right in your terminal without opening the browser every time. Type: ^node^ in terminal to run it, ^exit^ to quit the console. #fundamentalsJS


16 #1825DaysOfCode Pseudocode Is useful to learn because it focuses on the building block concepts of programming languages. Once you’ve nailed the logic of coding, the rest is just filling in your pseudocode with the syntax of a particular programming language. #fundamentalsJS


10 #1825DaysOfCode Websites can be developed with: HTML, CSS, JavaScript, PHP, Python, Ruby and SQL. The language that you use all depends on your specific project and the business goals that you have.


1 #1825DaysOfCode The seven rules of a great Git commit message 1. Separate subject from body with a blank line 2. Limit the subject line to 50 characters 3. Capitalize the subject line 4. Do not end the subject line with a period 5. Use the imperative mood in the subject line


3 #1825DaysOfCode Default value for Flex Items Items display in a row The items start from the start edge of the main axis The items do not stretch on the main dimension, but can shrink The items will stretch to fill the size of the cross axis Flex-basis:auto Flex-wrap:nowrap


4 #1825DaysOfCode To add multiple classes to a single element use a space-separated list, such as class=“subsection header” Since whitespace is used to separate class names, you should use hyphen for multi-worded names: alert-text


5 #1825DaysOfCode To use the alternative box model for all of your elements, set the box-sizing property on the <html> element and set all other elements to inherit that value html{ box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; }


7 #1825DaysOfCode Objects access For multiword properties name, the dot access doesn’t work. The dot requieres the key to be a valid variable identifier. That implies: contains no space doesn’t start with a digit and doesn’t include special characters ( $ and _ are allowed)


9 #1825DaysOfCode Regular Expressions Is simple a type of object that is used to match character combinations in strings How create a Regex With slashes /…/ With expressionConstructor new RegExp(“…”) … is normally a character pattern we want to check if exist in a string


8 #1825DaysOfCode JS is an interpreted language not a compiled one. A program such as C++ or Java needs to be compiled before it is run. The source code is passed through a program called a compiler, which translates it into bytecode that the machine understand and can execute.


10 #1825DaysOfCode Websites can be developed with: HTML, CSS, JavaScript, PHP, Python, Ruby and SQL. The language that you use all depends on your specific project and the business goals that you have.


9 #1825DaysOfCode Regular Expressions Is simple a type of object that is used to match character combinations in strings How create a Regex With slashes /…/ With expressionConstructor new RegExp(“…”) … is normally a character pattern we want to check if exist in a string


8 #1825DaysOfCode JS is an interpreted language not a compiled one. A program such as C++ or Java needs to be compiled before it is run. The source code is passed through a program called a compiler, which translates it into bytecode that the machine understand and can execute.


7 #1825DaysOfCode Objects access For multiword properties name, the dot access doesn’t work. The dot requieres the key to be a valid variable identifier. That implies: contains no space doesn’t start with a digit and doesn’t include special characters ( $ and _ are allowed)


5 #1825DaysOfCode To use the alternative box model for all of your elements, set the box-sizing property on the <html> element and set all other elements to inherit that value html{ box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; }


4 #1825DaysOfCode To add multiple classes to a single element use a space-separated list, such as class=“subsection header” Since whitespace is used to separate class names, you should use hyphen for multi-worded names: alert-text


3 #1825DaysOfCode Default value for Flex Items Items display in a row The items start from the start edge of the main axis The items do not stretch on the main dimension, but can shrink The items will stretch to fill the size of the cross axis Flex-basis:auto Flex-wrap:nowrap


2 #1825DaysOfCode A properly formed Git commit subject line should always be able to complete the following sentence: If applied, this commit will + Subject line e.g. + Refactor subsystem X for readability + Update getting started documentation + remove deprecated methods


1 #1825DaysOfCode The seven rules of a great Git commit message 1. Separate subject from body with a blank line 2. Limit the subject line to 50 characters 3. Capitalize the subject line 4. Do not end the subject line with a period 5. Use the imperative mood in the subject line


24 #1825DaysOfCode Branches in git allow your repository to hold multiple alternate reality versions of your files at the same time. When you make commits on a specific branch those changes only exist on that branch and don’t affect any other branch. #fundamentalsJS


22 #1825DaysOfCode Working with DOM = Document Object Model . #fundamentalsJS


21 #1825DaysOfCode Must you ? initialize values in every function interaction or initialize in main scope or both ? Does it Depend of the purpose of values to be initialize? Sum +=i; How the browsers compile JavaScript and html file ?? #fundamentsJS


20 #1825DaysOfCode Test Driven Development(TDD) Its refers to the practice of writing automated tests that describe how your code should work (supplies the expected output) before you actually write a code. #fundamentalsJS


19 #1825DaysOfCode Arrays are indexes by number Objects are indexes by name #fundamentalsJS


18 #1825DaysOfCode Node.js Provides a interactive console which lets you debug/test and edit small snippets of your javascript code right in your terminal without opening the browser every time. Type: ^node^ in terminal to run it, ^exit^ to quit the console. #fundamentalsJS


16 #1825DaysOfCode Pseudocode Is useful to learn because it focuses on the building block concepts of programming languages. Once you’ve nailed the logic of coding, the rest is just filling in your pseudocode with the syntax of a particular programming language. #fundamentalsJS


15 #1825DaysOfCode REDUCE THE PROBLEM TECHNIQUE V.Anton Spraul. For example,suppose you’re asked to write a program that reads ten numbers and figures out which number is the third highest. If you are stuck, you should reduce the problem to something simpler. #fundamentalsJS


No results for "#1825daysofcode"
No results for "#1825daysofcode"
Loading...

Something went wrong.


Something went wrong.


United States Trends