This quiz has 30 questions. Each question has four options (A, B, C, D). Choose the one most suitable option. The suggested time for the quiz is 30 minutes.
char greeting[] = "Hello World!";A. e
This quiz has 30 questions. Each question has four options (A, B, C, D). Choose the one most suitable option. The suggested time for the quiz is 30 minutes.
char greeting[] = "Hello World!";A. e
Read the basics of Regular Expressions on Devopedia site.
The rest of this document shows examples of regex for the purpose of learning. We follow PCRE (PHP) flavour. You may use Regex101 to try out these examples online.
For the purpose of this tutorial, we use the following format:
input --> /regex/modifier --> resultIn this meetup, we'll talk about DOM access and manipulation. This can be done in plain JavaScript using the new APIs introduced in ES6. It can also be done using jQuery. We will look at both approaches. We leave it to developers to choose what suits them.
As a study reference, look at the following cheat sheets:
JavaScript is one of the top programming languages today. It can also be confusing for developers coming from C, Java or PHP backgrounds. Worse still are the numerous frameworks (such as Angular and React) that make it difficult to decide what to learn and how to use the language.
In this short talk/demo, we'll look at the best practices in JavaScript programming. We'll explain using simple examples. This is for beginners and intermediate JS programmers. You must be familiar with JS syntax. We'll not cover DOM access, jQuery, Node.js or JS frameworks.
The recommendations here assume that you use a transpiler such as Babel so that code can work on older browsers. Therefore we freely use syntax from recent ECMAScript standards.