是否可以在JavaScript中编写连续的嵌套函数?

时间:2018-02-20 15:47:26

标签: javascript function closures anonymous-function nested-function

我知道这是封闭的领域而不是。但是有可能不断调用嵌套的匿名函数吗?

说我有这个:

function testing(input) {

  var testing = 0;
  (function() {
    testing = testing + 1;
  })()

  return "testing";
}

我们可以拥有类似testing()()()()()()()的内容吗?

1 个答案:

答案 0 :(得分:1)

您可以使用内部函数进行更新,并使用table_2 %>% tableHTML(rownames = FALSE, widths = rep(100, 9), second_headers = list(c(1, 4, 4), c("", "Status of A", "Status of B")), caption = "A & B consolidated") %>% add_css_caption(css = list(c("font-weight", "border"), c("bold", "1px solid black"))) 方法获取原始值。



toString