学习前端时学到的单词

学习前端时学到的单词

concise
adj. 简约; 简明的,简洁的; 精炼;
[例句] Burton’s text is concise and informative.
伯顿的文章语言简洁,信息丰富。

diagnose
vt. 诊断; 判断;
[例句] It could cause bugs that are difficult to diagnose.

revise
vt. 修订; 修正; 改变;
[例句] Revise the constructor to capture the ElementRef.nativeElement in this variable.

consists
v. 包括; 由…组成( consist的第三人称单数 );
[例句] The framework consists of several libraries.

interactions
n. 互动; 一起活动( interaction的名词复数 );
[例句] Angular takes over, presenting your application content in a browser and responding to user interactions according to the instructions you’ve provided.

cohesive
adj. 有黏着力的; 紧密结合的;
[例句] Most apps have many more feature modules, each a cohesive block of code dedicated to an application domain.

complementary
adj. 互补的; 补充的,补足的;
[例句] These are two different and complementary module systems. Use them both to write your apps.

tedious
adj. 冗长乏味的; 单调沉闷的; 令人生厌的;
[例句] Writing such push/pull logic by hand is tedious

nontrivial
adj. 非平凡的;
[例句] It delegates everything nontrivial to services.

precisely
adv. 精确地; 恰好地; 严谨地,严格地; 一丝不苟地;
[例句] More precisely, the redisplay occurs after some kind of asynchronous event related to the view, such as a keystroke, a timer completion, or a response to an HTTP request.

intriguing
adj. 有趣的; 迷人的;
[例句] That template reference variable is intriguing.

fair game
n. 准许捕猎的猎物,可攻击的对象;
[例句] Pretty much everything else is fair game.

provisional
adj. 暂定的; 暂时的,临时的;
n. 临时性; 临时人员;
[例句] Content is provisional and may change.

arbitrary
adj. 乱; 随意的,任性的,随心所欲的; 主观的,武断的; 霸道的,专制的,专横的,独断独行的;
[例句] The data property in the third route is a place to store arbitrary data associated with each specific route.

wildcard
n. 通配符;
[例句] The wildcard route is listed last as it’s the most generic route and should be matched only if no other routes are matched first.

gloss over
粉饰; 掩饰(错误); 把…搪塞过去;
例句] We gloss over everything in between.

ongoing
adj. 不间断的,进行的; 前进的;
[例句] There is an ongoing debate on the issue.

skeleton
n. 骨骼; (建筑物等的) 骨架; 梗概; 骨瘦如柴的人(或动物);
adj. 骨骼的; 骨瘦如柴的; 概略的; 基本的;
[例句] Use the application generator tool, express-generator, to quickly create an application skeleton.